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.

65 lines
1.4 KiB

@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
@testFile31 = http://192.168.31.13/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 https://www.tall.wiki/filedeal/file/upload/multiple
POST https://101.201.226.21:7180/file/upload/multiple
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="files"; filename="111.png"
Content-Type: png
< C:\Users\dou\Desktop\29c3d35916816bab89a7902ee144b5d.png
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###
GET {{testFile}}/file/download/1385069982416769024
{{type}}