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.
36 lines
642 B
36 lines
642 B
|
5 years ago
|
@tall = https://www.tall.wiki/gateway/tall/v1.0
|
||
|
|
@test = https://test.tall.wiki/gateway/tall/v1.0
|
||
|
|
@localhost = http://localhost:7030/v1.0
|
||
|
|
@type = content-type: application/json;charset=utf-8
|
||
|
|
|
||
|
|
|
||
|
|
### login
|
||
|
|
# @name login
|
||
|
|
POST {{localhost}}/users/signin
|
||
|
|
{{type}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"client": 1,
|
||
|
|
"data": {
|
||
|
|
"credential": "123456",
|
||
|
|
"identifier": "zy11"
|
||
|
|
},
|
||
|
|
"scene": 0,
|
||
|
|
"type": 3
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
### 通过角色id查询任务
|
||
|
|
|
||
|
|
POST {{test}}/projects/1267343073726304256/tasks
|
||
|
|
{{type}}
|
||
|
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"roleId":"1267343074305118209",
|
||
|
|
"startTime":1617638400000,
|
||
|
|
"endTime":1617724799999,
|
||
|
|
"imitation":-1
|
||
|
|
}
|