Browse Source

燕园

master
zhizhi wu 4 years ago
parent
commit
a6b36831f3
  1. 24
      燕园/燕园.http

24
燕园/燕园.http

@ -8,15 +8,15 @@
### 登录
# @name login
POST {{localhost_tall}}/users/signin
POST {{test_tall}}/users/signin
{{type}}
{
"client": 1,
"type": 3,
"data": {
"identifier": "whj",
"credential": "123456"
"identifier": "song",
"credential": "999999"
}
}
@ -32,7 +32,7 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"toolCode":"0000000002"
"toolCode":"0000000003"
}
}
###查询登录用户身份
@ -162,8 +162,8 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
###申请成为家属
POST {{localhost}}/question/get
###查询试题
POST {{test}}/question/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
@ -175,18 +175,6 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
###申请成为家属
POST {{localhost}}/question/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"code":"NLCP",
"reportId": "1458968153773838336",
"num": "1"
}
}
###保存答案
POST {{localhost}}/question/saveAnswer
{{type}}

Loading…
Cancel
Save