@tall = https://www.tall.wiki/gateway/tall/v1.0 @test = https://test.tall.wiki/gateway/tall/v1.0 @localhost = http://localhost:7030 @type = content-type: application/json;charset=utf-8 ### 登录 # @name login POST {{test}}/users/signin # POST http://localhost:7030/v1.0/users/signin {{type}} { "client": 1, "type": 3, "data": { "identifier": "zy11", "credential": "123456" } } ### 测试-调用文件系统获取文件信息 GET {{localhost}}/debug/htt {{type}} [ 1321760076465311744 ] ### 导入WBS POST {{localhost}}/projects/wbs Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW title ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="file"; filename="绿谷研究院项目管理WBS.xlsx" Content-Type: xlsx < C:\Users\dou\Desktop\维基后台WBS-1.0-20210324.xlsx ------WebKitFormBoundary7MA4YWxkTrZu0gW-- ###