行政管理模块
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.

67 lines
1.1 KiB

###
### login
# @name login
# POST http://localhost:7290/users/signin
POST http://101.201.226.163/gateway/ptostall/users/signin
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
deviceId: 66666
{
"client": 0,
"type": 3,
"data": {
"identifier": "zy",
"credential": "123456"
}
}
<> 2022-04-27T141611.200.json
<> 2022-04-27T141601.200.json
###
GET http://localhost:7320/v1.0/debug
Accept: application/json;charset=UTF-8
###
POST http://localhost:7320/v1.0/deliver/queryChecker
Accept: application/json;charset=UTF-8
Cache-Control: no-cache
Content-Type: application/json
{
"param": {
"projectId": 1
}
}
###
POST http://localhost:7320/v1.0/deliver/saveDeliver
Accept: application/json;charset=UTF-8
Cache-Control: no-cache
Content-Type: application/json
{
"param": {
"projectId": 1,
"taskId": 1,
"deliverName": "i"
}
}
###
POST http://localhost:7320/v1.0/deliver/queryCheckLog
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"deliverRecordId": "1506479764368793600"
}
}