|
|
@ -26,7 +26,7 @@ GET {{test}}/debug |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
###绑定工具箱 |
|
|
|
POST {{test}}/tool/bind |
|
|
|
POST {{localhost}}/tool/bind |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
@ -170,13 +170,13 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"code":"NLCP", |
|
|
|
"reportId": "1458968153773838336", |
|
|
|
"num": "1" |
|
|
|
"reportId": "1464155290781618176", |
|
|
|
"num": "17" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###保存答案 |
|
|
|
POST {{localhost}}/question/saveAnswer |
|
|
|
POST {{test}}/question/saveAnswer |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
@ -190,12 +190,121 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
} |
|
|
|
|
|
|
|
###脑力测评结果计算 |
|
|
|
POST {{localhost}}/mentalTest/calculate |
|
|
|
POST {{test}}/mentalTest/calculate |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"mentalTestId": "1459057596971094016" |
|
|
|
"mentalTestId": "1458968153773838336" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###查询定期任务 |
|
|
|
POST {{test}}/task/regular |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"projectId": "1460455105006145536", |
|
|
|
"templateCode": "yanyuan-user", |
|
|
|
"roleId":"1", |
|
|
|
"queryNum":2, |
|
|
|
"queryType":0 |
|
|
|
} |
|
|
|
} |
|
|
|
###查询训练计划详情 |
|
|
|
POST {{test}}/trainPlan/detail |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
# "recordId": "1460549920427347968" |
|
|
|
"recordId": "1460549920452513797" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###角色查询 |
|
|
|
POST {{test}}/role/show |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"projectId": "1459057595893157888", |
|
|
|
"templateCode": "yanyuan-user" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###Zarit结果计算 |
|
|
|
POST {{test}}/zarit/calculate |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"careId": "21" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###选择工具箱 |
|
|
|
POST {{localhost}}/trainPlan/chooseTool |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"recordId": "1460549920427347972", |
|
|
|
"equipmentId": "2" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###修改使用者信息 |
|
|
|
POST {{test}}/trainee/update |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"maxBloodPressure": "97", |
|
|
|
"minBloodPressure": "57", |
|
|
|
"diseasesRecord": "高血压,其他:其他疾病3", |
|
|
|
"relativeDiseasesRecord": "高血脂,其他:其他疾病3", |
|
|
|
"projectId": "1460455105006145536" |
|
|
|
} |
|
|
|
} |
|
|
|
###查询使用者信息 |
|
|
|
POST {{test}}/trainee/query |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"projectId": "1464155289330388992" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
###查询负担量表记录 |
|
|
|
POST {{test}}/zarit/queryList |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param":{ |
|
|
|
"projectId": "1460455105006145536" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
### 导入题目 |
|
|
|
POST {{test}}/question/importQuestion |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
|
|
|
|
title |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
Content-Disposition: form-data; name="param"; filename="D:\项目\山大一院-燕园\过程\导入\燕园Zarit导入v1.0.xlsx" |
|
|
|
|
|
|
|
< D:\项目\山大一院-燕园\过程\导入\燕园Zarit导入v1.0.xlsx |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|