|
|
|
@ -1,11 +1,11 @@ |
|
|
|
@tall = https://www.tall.wiki/gateway/tall/v1.0 |
|
|
|
@test = https://test.tall.wiki/gateway/tall/v1.0 |
|
|
|
@localhost = http://localhost:7030 |
|
|
|
@localhost = http://localhost:7030/v1.0 |
|
|
|
@type = content-type: application/json;charset=utf-8 |
|
|
|
|
|
|
|
### 登录 |
|
|
|
# @name login |
|
|
|
POST {{test}}/users/signin |
|
|
|
POST {{tall}}/users/signin |
|
|
|
# POST http://localhost:7030/v1.0/users/signin |
|
|
|
{{type}} |
|
|
|
|
|
|
|
@ -13,13 +13,37 @@ POST {{test}}/users/signin |
|
|
|
"client": 1, |
|
|
|
"type": 3, |
|
|
|
"data": { |
|
|
|
"identifier": "zy11", |
|
|
|
"credential": "123456" |
|
|
|
"identifier": "song", |
|
|
|
"credential": "999999" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#删除输入文档的文件 |
|
|
|
###F |
|
|
|
|
|
|
|
###通过任务id查询交付物详情 |
|
|
|
POST {{test}}/delivers/queryByTaskId |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"taskId":1380090491823067136 |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###检查交付物 |
|
|
|
POST {{test}}/delivers/check |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"checkStatus":true, |
|
|
|
"deliverLogId":1380766744729227264, |
|
|
|
"score": 5, |
|
|
|
"taskId": "1380090491823067136", |
|
|
|
"text": "123123" |
|
|
|
} |
|
|
|
|
|
|
|
###删除输入文档的文件 |
|
|
|
# POST http://localhost:7030/v1.0/inputDoc/delDocOfFile |
|
|
|
POST {{test}}/inputDoc/delDocOfFile |
|
|
|
{{type}} |
|
|
|
@ -48,7 +72,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
#修改输入文档的备注 |
|
|
|
###F |
|
|
|
# POST http://localhost:7030/v1.0/inputDoc/uploadForDoc |
|
|
|
POST {{test}}/inputDoc/updateDocOfRemark |
|
|
|
POST {{tall}}/inputDoc/updateDocOfRemark |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
|