### @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 } ### 导入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--