From b6e059b2cf3c10e3436c8846fdcd0018f14d3fd6 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Wed, 22 Dec 2021 16:16:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=AE=A1=E6=A0=B8=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=95=B0=E6=9F=A5=E8=AF=A2-=E7=87=95=E5=9B=AD=E8=A7=92?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 燕园/燕园.http | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/燕园/燕园.http b/燕园/燕园.http index 0d5b2d5..b4b10b1 100644 --- a/燕园/燕园.http +++ b/燕园/燕园.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}}