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.

91 lines
1.4 KiB

@localhost = http://localhost:7230/v3.0
@localhostTall = http://localhost:7030/v1.0
@type = content-type: application/json;charset=utf-8
### login
# @name login
POST {{localhostTall}}/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "mazhuang"
},
"scene": 0,
"type": 3
}
###
POST {{localhost}}/statistical/step
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"projectId": "1"
}
}
###
POST {{localhost}}/statistical/queryQuality
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"startTime": 0,
"endTime": 0,
"type": 1
}
}
###
POST {{localhost}}/statistical/queryQuality/everyday
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
}
}
###
POST {{localhost}}/car/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
}
}
###
POST {{localhost}}/car/bind
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"carId": 1212,
"projectId": 1420308599896547328
}
}
###
POST {{localhost}}/debug/record
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"authId": 145,
"type": 2,
"value": "32",
"time":1627551651000
}
}