Browse Source

待审核用户数查询-燕园角色

master
zhizhi wu 4 years ago
parent
commit
b6e059b2cf
  1. 22
      燕园/燕园.http

22
燕园/燕园.http

@ -193,6 +193,16 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"projectId": "1471776718309822464"
}
}
### 查询待审核家属成员数量
POST {{test}}/family/queryAuditNum
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId": "1471046145207439360"
}
}
###查询试题
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
{{type}}

Loading…
Cancel
Save