|
|
@ -11,7 +11,7 @@ GET {{localhost}}/debug/pay |
|
|
|
|
|
|
|
### 登录 |
|
|
|
# @name login |
|
|
|
POST {{101_tall}}/users/signin |
|
|
|
POST {{test}}/users/signin |
|
|
|
{{type}} |
|
|
|
deviceId:1 |
|
|
|
|
|
|
@ -31,6 +31,11 @@ GET {{test}}/order/authorization?url="https://test.tall.wiki/braintraining/v1.0/ |
|
|
|
|
|
|
|
### |
|
|
|
POST https://test.tall.wiki/braintraining/v1.0/order/notice |
|
|
|
{{type}} |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
### |
|
|
|
GET http://test.tall.wiki:9902/wxconfigurer/v1.0/wx/createMenu |
|
|
@ -154,7 +159,7 @@ POST {{test}}/wxTencent/notice |
|
|
|
|
|
|
|
|
|
|
|
### 导入试题 |
|
|
|
POST {{test}}/brain/import |
|
|
|
POST {{localhost}}/brain/import |
|
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
@ -306,7 +311,7 @@ deviceId:1111 |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"activeUserId":1517072170080280576, |
|
|
|
"activeUserId":1519565879065714688, |
|
|
|
"classifyId": 1, |
|
|
|
"finishReason":2, |
|
|
|
"questions":[ |
|
|
@ -328,14 +333,14 @@ deviceId:1111 |
|
|
|
} |
|
|
|
} |
|
|
|
### 保存答案--数字汉字交替排序连线 |
|
|
|
POST {{localhost}}/brain/saveAnswer |
|
|
|
POST {{test}}/brain/saveAnswer |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
deviceId:1111 |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"activeUserId":1517072170080280576, |
|
|
|
"activeUserId":1519565879065714688, |
|
|
|
"classifyId": 2, |
|
|
|
"finishReason":2, |
|
|
|
"questions":[ |
|
|
@ -715,7 +720,7 @@ deviceId:1111 |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"activeUserId":1518513017799843840, |
|
|
|
"activeUserId":1519324396781838336, |
|
|
|
"classifyId": 8, |
|
|
|
"finishReason":3, |
|
|
|
"questions":[ |
|
|
@ -790,14 +795,14 @@ deviceId:1111 |
|
|
|
} |
|
|
|
|
|
|
|
### 查询认知筛查报告 |
|
|
|
POST {{localhost}}/brain/queryGrade |
|
|
|
POST {{test}}/brain/queryGrade |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
deviceId:1111 |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"activeUserId":1518509874097692672 |
|
|
|
"activeUserId":1519565879065714688 |
|
|
|
} |
|
|
|
} |
|
|
|
### 脑力测评排名 |
|
|
|