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.
 
 
 
 
 

39 lines
954 B

### login
# @name login
POST https://www.tall.wiki/gateway/tall/v1.0/users/signin
content-type: application/json;charset=utf-8
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "zb11"
},
"scene": 0,
"type": 3
}
###
# POST http://127.0.0.1:7220/plugin/import
POST http://www.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://www.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis
content-type: application/json;charset=utf-8
Authorization: Bearer {{login.response.body.$.data.token}}