|
|
@ -193,6 +193,16 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
"projectId": "1471776718309822464" |
|
|
"projectId": "1471776718309822464" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
### 查询待审核家属成员数量 |
|
|
|
|
|
POST {{test}}/family/queryAuditNum |
|
|
|
|
|
{{type}} |
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
"param":{ |
|
|
|
|
|
"projectId": "1471046145207439360" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
###查询试题 |
|
|
###查询试题 |
|
|
POST {{test}}/question/get |
|
|
POST {{test}}/question/get |
|
|
@ -244,6 +254,18 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
###查询角色 |
|
|
|
|
|
POST {{test}}/role/show |
|
|
|
|
|
{{type}} |
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
"param":{ |
|
|
|
|
|
"projectId": "1471046145207439360", |
|
|
|
|
|
"templateCode": "yanyuan-user", |
|
|
|
|
|
"num":"5" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
###查询定期任务 |
|
|
###查询定期任务 |
|
|
POST {{test}}/task/regular |
|
|
POST {{test}}/task/regular |
|
|
{{type}} |
|
|
{{type}} |
|
|
|