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.

66 lines
1.8 KiB

###
@type = content-type: application/json;charset=utf-8
# @name login
POST https://www.tall.wiki/gateway/tall3/v3.0/users/signin
# POST http://test.tall.wiki/gateway/tall3/v3.0/users/signin
# POST http://localhost:7130/v3.0/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
},
"scene": 0,
"type": 3
}
###
POST https://www.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
###
POST https://test.tall.wiki/gateway/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0
Content-Type: {{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
POST http://192.168.0.99/gateway/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0
Content-Type: {{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
POST https://www.tall.wiki/gateway/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0
Content-Type: {{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
POST http://localhost:7220/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0
Content-Type: {{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
### wbs
POST https://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
< C:\Users\dou\Desktop\.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--