@localhost = http://localhost:8001 @testTall = https://test.tall.wiki/gateway/tall3/v3.0 @localhostTall = http://localhost:7030/v1.0 @testFile = https://test.tall.wiki/filedeal @testFile101 = http://101.201.226.163/filedeal @type = content-type: application/json;charset=utf-8 @token = Authorization: Bearer {{login.response.body.$.data.token}} ### 登录 # @name login POST {{testTall}}/users/signin {{type}} { "client": 1, "type": 3, "data": { "identifier": "zy11", "credential": "123456" } } #查找有时间的定期任务 ###F POST {{localhost}}/debug/feign # POST http://localhost:7210/project/findProjectById {{type}} Authorization: Bearer {{login.response.body.$.data.token}} { "param":{ } } ### 根据id查询文件信息 POST {{testFile}}/file/query {{type}} [ 1321760076465311744 ] ### 批量添加文件 # POST http://www.tall.wiki/filedeal/file/upload/multiple POST http://101.201.226.21/filedeal/file/upload/multiple # POST http://101.201.226.21:7180/file/upload/multiple # POST http://101.201.226.163/filedeal/file/upload/multiple # POST http://192.168.0.99:7180/file/upload/multiple Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW Authorization: Bearer {{login.response.body.$.data.token}} title ------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="files"; filename="invoice.jpg" Content-Type: image/jpeg < C:\Users\23778\Desktop\invoice.jpg ------WebKitFormBoundary7MA4YWxkTrZu0gW-- ------WebKitFormBoundary7MA4YWxkTrZu0gW-- ### 文件下载 GET {{testFile}}/file/download/1385069982416769024 {{type}}