h5
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.
 
 
 
 

108 lines
2.0 KiB

@url=https://test.tall.wiki/gateway/defaultwbs
@type=content-type: application/json
@token=eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDI0MDU2ODcsInN1YiI6IjEyMTc2NDc2ODY1OTgxMzU4MDgiLCJhdXRoSWQiOiIxMTc3MTU4ODQ4ODg1MTY2MDgwIiwiZXhwIjoxNjQyNDkyMDg3fQ.GDHzvVN6kAF3mVanxYTxBBlZP1I08lCD4_zbazLX7AQ
### login
# @name login
POST https://test.tall.wiki/gateway/tall3/v3.0/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
},
"type": 3
}
###
POST {{url}}/deliver/queryChecker
{{type}}
Authorization: Bearer {{token}}
{
"param":{
"projectId": "1418109550141382656"
}
}
###
POST {{url}}/deliver/saveDeliver
{{type}}
Authorization: Bearer {{token}}
{
"param":{
"projectId": "1418109550141382656",
"taskId": "1418109566541111296",
"deliverName":"1"
}
}
###
POST {{url}}/deliver/getDeliver
{{type}}
Authorization: Bearer {{token}}
{
"param":{
"taskId": "1418109566541111296"
}
}
###
POST {{url}}/deliver/submitDeliver
{{type}}
Authorization: Bearer {{token}}
{
"param":{
"projectId": "1418109550141382656",
"deliverId": "1482975132598411264",
"fileList": [
"asdasd"
],
"checkerList":[
"1418109552909623296",
"1418109555648503808"
]
}
}
###
POST {{url}}/deliver/checkDeliver
{{type}}
Authorization: Bearer {{token}}
{
"param":{
"deliverRecordId": "1482980930758123520",
"projectId": "1418109550141382656",
"type": "2",
"remark": "",
"score": "10.2"
}
}
###
POST {{url}}/deliver/queryRecord
{{type}}
Authorization: Bearer {{token}}
{
"param":{
"deliverId": "1482975132598411264"
}
}
###
POST {{url}}/deliver/queryCheckLog
{{type}}
Authorization: Bearer {{token}}
{
"param":{
"deliverRecordId": "1482980930758123520"
}
}