forked from ccsens_hardware/qt_qcp_show
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.
47 lines
880 B
47 lines
880 B
4 years ago
|
GET https://example.com/comments/1 HTTP/1.1
|
||
|
|
||
|
###
|
||
|
|
||
|
GET https://example.com/topics/1 HTTP/1.1
|
||
|
|
||
|
###
|
||
|
# @name signin
|
||
|
POST http://test.tall.wiki/gateway/tall3/v3.0/users/signin HTTP/1.1
|
||
|
content-type: application/json
|
||
|
|
||
|
{
|
||
|
"client": 1,
|
||
|
"data": {
|
||
|
"credential": "123456",
|
||
|
"identifier": "shoufeichu"
|
||
|
},
|
||
|
"scene": 0,
|
||
|
"type": 3
|
||
|
}
|
||
|
|
||
|
###
|
||
|
|
||
|
POST https://test.tall.wiki/gateway/qcp/v3.0/button/idCardDiscern HTTP/1.1
|
||
|
content-type: application/json
|
||
|
Authorization: Bearer {{signin.response.body.$.data.token}}
|
||
|
|
||
|
{
|
||
|
"param":{
|
||
|
"idcard":"142733198703123919",
|
||
|
"name":"彭于晏",
|
||
|
"sex":"1",
|
||
|
"nation":"汉族"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
###
|
||
|
|
||
|
POST https://test.tall.wiki/gateway/qcp/v3.0/button/buttonStart HTTP/1.1
|
||
|
content-type: application/json
|
||
|
Authorization: Bearer {{signin.response.body.$.data.token}}
|
||
|
|
||
|
{
|
||
|
"param":{
|
||
|
"idcard":"142733198703123919"
|
||
|
}
|
||
|
}
|