Browse Source

燕园

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

24
燕园/燕园.http

@ -8,15 +8,15 @@
### 登录 ### 登录
# @name login # @name login
POST {{localhost_tall}}/users/signin POST {{test_tall}}/users/signin
{{type}} {{type}}
{ {
"client": 1, "client": 1,
"type": 3, "type": 3,
"data": { "data": {
"identifier": "whj", "identifier": "song",
"credential": "123456" "credential": "999999"
} }
} }
@ -32,7 +32,7 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{ {
"param":{ "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}} {{type}}
Authorization: Bearer {{login.response.body.$.data.token}} 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 POST {{localhost}}/question/saveAnswer
{{type}} {{type}}

Loading…
Cancel
Save