forked from ccsens_fe/tall-mui-3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
957 B
40 lines
957 B
4 years ago
|
|
||
|
### login
|
||
|
# @name login
|
||
|
POST https://test.tall.wiki/gateway/tall/v1.0/users/signin
|
||
|
content-type: application/json;charset=utf-8
|
||
|
|
||
|
{
|
||
|
"client": 1,
|
||
|
"data": {
|
||
|
"credential": "999999",
|
||
|
"identifier": "song"
|
||
|
},
|
||
|
"scene": 0,
|
||
|
"type": 3
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
### 导入插件
|
||
|
# POST http://127.0.0.1:7220/plugin/import
|
||
|
POST http://test.tall.wiki/gateway/pluginshop/plugin/import
|
||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
|
||
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
||
|
|
||
|
title
|
||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW
|
||
|
Content-Disposition: form-data; name="param"; filename="插件导入表格.xlsx"
|
||
|
Content-Type: xlsx
|
||
|
|
||
|
< E:\ccsens\plugins\插件导入表格.xlsx
|
||
|
|
||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW--
|
||
|
|
||
|
|
||
|
|
||
|
### 更新redis内的插件信息
|
||
|
POST http://test.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis
|
||
|
content-type: application/json;charset=utf-8
|
||
|
Authorization: Bearer {{login.response.body.$.data.token}}
|