From d791cb90c41b9120f04a52504b31092af527dab4 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Fri, 1 Apr 2022 16:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=91=E5=8A=9B=E6=B5=8B=E8=AF=84=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=92=8C=E6=8E=92=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 脑力训练云平台/脑力训练.http | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/脑力训练云平台/脑力训练.http b/脑力训练云平台/脑力训练.http index 90cb45e..5b34c0c 100644 --- a/脑力训练云平台/脑力训练.http +++ b/脑力训练云平台/脑力训练.http @@ -145,15 +145,15 @@ deviceId:1111 } } ### 查询指定类型题目 -POST {{localhost}}/brain/queryByClassify +POST {{test}}/brain/queryByClassify {{type}} Authorization: Bearer {{login.response.body.$.data.token}} deviceId:1111 { "param":{ - "activeUserId":1509013943333691392, - "classifyId": 8 + "activeUserId":1509730757663531008, + "classifyId": 3 } } @@ -548,6 +548,29 @@ deviceId:1111 } } +### 查询认知筛查报告 +POST {{localhost}}/brain/queryGrade +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} +deviceId:1111 + +{ + "param":{ + "activeUserId":1509013943333691392 + } +} +### 脑力测评排名 +POST {{localhost}}/brain/rank +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} +deviceId:1111 + +{ + "param":{ + "equipmentId":1, + "levelSeveral":10 + } +}