25 changed files with 3958 additions and 136 deletions
@ -0,0 +1,36 @@ |
|||||
|
|体重 |溶栓 团注 维持 |振动 |rfid | |
||||
|
FF FE 2B 14 10 00 10 00 11 22 00 00 23 00 50 00 45 00 05 00 01 00 02 00 03 00 00 01 03 01 03 02 03 03 03 05 05 05 05 02 02 02 00 02 3F FB |
||||
|
FF FE 2B 14 10 00 10 00 11 22 00 00 23 00 50 00 45 00 05 00 01 00 02 00 03 00 00 01 01 00 00 03 03 03 03 05 05 05 05 02 02 02 00 02 7E 18(一线) |
||||
|
ff,fe,1f,14,10,00,10,00,0b,16,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,28,3d,12,05,39,94,59,22 |
||||
|
ff,fe,1f,14,10,00,10,00,0b,16,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,02,00,00,25,f4,2a |
||||
|
000101000003 |
||||
|
|
||||
|
FF FE 2B 14 10 00 10 00 11 22 00 00 23 00 50 00 45 00 05 00 01 00 02 00 03 00 00 01 01 00 00 03 03 03 03 05 05 05 05 02 02 02 00 02 7E 18 |
||||
|
|
||||
|
开始: |
||||
|
FF FE 0B 14 10 00 03 00 01 02 00 01 95 33 |
||||
|
响应:FF FE 08 14 10 00 03 00 01 0C F3 |
||||
|
|
||||
|
|
||||
|
点读笔: |
||||
|
授权: |
||||
|
[FF FE 10 14 90 01 01 00 04 00 00 00 00 00 00 00 DE 35 E3] |
||||
|
[FF FE 10 14 90 01 01 00 04 00 F7 44 C5 50 08 50 10 5D 2F] |
||||
|
点读笔查询上一道 |
||||
|
[FF FE 0B 14 10 00 03 00 01 02 00 00 54 F3] |
||||
|
点读笔查询下一道 |
||||
|
[FF FE 0B 14 10 00 03 00 01 02 00 01 95 33] |
||||
|
点读笔上传结果 |
||||
|
[FF FE 0D 14 10 00 05 00 02 04 00 00 00 01 B7 5C] |
||||
|
点读笔上传题目序号 |
||||
|
[FF FE 13 14 10 00 20 00 05 0A 80 00 07 7D 3B 20 00 00 0E 88 54 CF] |
||||
|
|
||||
|
点读笔上传过程 |
||||
|
计算数量:寄存器位数 + 9 |
||||
|
[FF FE 13 14 10 00 20 00 05 0A 40 22 00 31 00 00 00 03 00 11 AC 36] |
||||
|
[FF FE 31 14 10 00 20 00 14 28 80 32 00 35 00 00 00 03 00 11 80 35 00 22 00 00 00 06 00 16 C0 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 A7 02] |
||||
|
[FF FE 31 14 10 00 20 00 14 28 40 22 00 31 00 00 00 03 00 11 80 35 00 22 00 00 00 06 00 16 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5B 52] |
||||
|
[FF FE 1D 14 10 00 20 00 0A 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 17 33] |
||||
|
|
||||
|
40 + 2 + 7 |
||||
|
49 = 48 + 1 |
||||
@ -0,0 +1,499 @@ |
|||||
|
### |
||||
|
@www = https://www.tall.wiki/gateway/ |
||||
|
@test = http://test.tall.wiki/gateway/ |
||||
|
@loaclhost = http://localhost: |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
@tallLocal = 7030/v1.0 |
||||
|
@tall3 = /tall3/v3.0 |
||||
|
@tall = /tall/v1.0 |
||||
|
|
||||
|
|
||||
|
### login |
||||
|
# @name login |
||||
|
# POST {{loaclhost}}7130/v3.0/users/signin |
||||
|
POST http://192.168.0.99/gateway{{tall3}}/users/signin |
||||
|
# POST {{test}}{{tall3}}/users/signin |
||||
|
# POST {{www}}{{tall}}/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"data": { |
||||
|
"credential": "123456", |
||||
|
"identifier": "zy11" |
||||
|
}, |
||||
|
"type": 3 |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
### 查看检查记录 |
||||
|
# 1468515918408851456 projectId |
||||
|
# 1470233153737334784 subTaskId |
||||
|
POST {{loaclhost}}7210/deliver/queryCheckLog |
||||
|
# POST {{test}}defaultwbs/deliver/queryDeliverOfTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"deliverRecordId": "1482592684354052096" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 查看交付物提交历史 |
||||
|
# 1468515918408851456 projectId |
||||
|
# 1470233153737334784 subTaskId |
||||
|
# POST {{loaclhost}}7210/deliver/queryRecord |
||||
|
POST {{test}}defaultwbs/deliver/queryRecord |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"deliverId": "1482975132598411264" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 检查交付物 |
||||
|
# 1468515918408851456 projectId |
||||
|
# 1470233153737334784 subTaskId |
||||
|
POST {{loaclhost}}7210/deliver/checkDeliver |
||||
|
# POST {{test}}defaultwbs/deliver/queryDeliverOfTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"deliverRecordId": "1482592684354052096", |
||||
|
"projectId": "1468515918408851456", |
||||
|
"type": "2", |
||||
|
"remark": "我后悔了", |
||||
|
"score": "10.2" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 提交交付物信息 |
||||
|
# 1468515918408851456 projectId |
||||
|
# 1470233153737334784 subTaskId |
||||
|
POST {{loaclhost}}7210/deliver/submitDeliver |
||||
|
# POST {{test}}defaultwbs/deliver/queryDeliverOfTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1468515918408851456", |
||||
|
"deliverId": "1482591554576326656", |
||||
|
"fileList": [ |
||||
|
"asdasd" |
||||
|
], |
||||
|
"checkerList":[ |
||||
|
"1468515918962499584", |
||||
|
"1468515919390318592", |
||||
|
"1468515921277755392" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查询交付物 |
||||
|
# 1468515918408851456 projectId |
||||
|
# 1470233153737334784 subTaskId |
||||
|
# POST {{loaclhost}}7210/deliver/getDeliver |
||||
|
POST {{test}}defaultwbs/deliver/getDeliver |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"taskId": "1418109566541111296" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加交付物 |
||||
|
# 1468515918408851456 projectId |
||||
|
# 1470233153737334784 subTaskId |
||||
|
POST {{loaclhost}}7210/deliver/saveDeliver |
||||
|
# POST {{test}}defaultwbs/deliver/queryDeliverOfTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1468515918408851456", |
||||
|
"taskId": "1470233153737334784", |
||||
|
"deliverName":"测试交付物1" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看成员 |
||||
|
# 1468515918408851456 projectId |
||||
|
# 1470233153737334784 subTaskId |
||||
|
POST {{loaclhost}}7210/deliver/queryChecker |
||||
|
# POST {{test}}defaultwbs/deliver/queryDeliverOfTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1468515918408851456" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST {{loaclhost}}7210/file/upload |
||||
|
# POST http://test.tall.wiki/gateway/defaultwbs/salary/import?projectId=1433332016270811136 |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param"; filename="创新社区.jpg"; |
||||
|
Content-Type: image/jpeg |
||||
|
|
||||
|
< C:\Users\dou\Desktop\创新社区.jpg |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param"; filename="产业社区.jpg"; |
||||
|
Content-Type: image/jpeg |
||||
|
|
||||
|
< C:\Users\dou\Desktop\产业社区.jpg |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
|
||||
|
### 查询交付物 |
||||
|
# POST {{loaclhost}}7210/deliver/queryDeliverOfTask |
||||
|
POST {{test}}defaultwbs/deliver/queryDeliverOfTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1473556016628244480", |
||||
|
"taskSubId": "1473556032134586369" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 上传交付物 |
||||
|
POST {{loaclhost}}7210/deliver/save |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"checkerList": ["1473556017576157184"], |
||||
|
"content": "666", |
||||
|
"fileId": "666", |
||||
|
"filePath": "666", |
||||
|
"projectId": "1473556016628244480", |
||||
|
"taskSubId": "1473556032134586369" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 打卡 |
||||
|
POST {{loaclhost}}7210/clock/punch |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"checkerId": "1473556017249001472", |
||||
|
"clockType": 0, |
||||
|
"remark":"2", |
||||
|
"dateTime": 1640488045000, |
||||
|
"id": null, |
||||
|
"memberId": "1473556018859614208" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 打卡列表 |
||||
|
POST {{loaclhost}}7210/clock/query |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"endTime": 1640315556775, |
||||
|
"memberIdList": [1433332016744767488], |
||||
|
"projectId": "1433332016270811136", |
||||
|
"roleId": "1433332016702824448", |
||||
|
"startTime": 1640315556775 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### 检查人列表 |
||||
|
POST {{loaclhost}}7210/deliver/queryChecker |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1433332016270811136" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### dubug |
||||
|
GET {{loaclhost}}7210/debug/wx |
||||
|
|
||||
|
### 修改成员所属的角色 |
||||
|
POST {{loaclhost}}7210/member/memberRoles |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"memberId":1470925865046253568, |
||||
|
"roleIdList":[ |
||||
|
"1461585805163372544", |
||||
|
"1461585805545054208" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 删除成员 |
||||
|
POST {{loaclhost}}7210/member/delete |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"memberId":1470654351650594816 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 修改成员信息 |
||||
|
POST {{loaclhost}}7210/member/update |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"memberId":1470654351650594816, |
||||
|
"projectId":1461585803347238912, |
||||
|
"name":"修改成员", |
||||
|
"phone":"15335153627", |
||||
|
"avatarUrl":"baidu" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加成员 |
||||
|
POST {{loaclhost}}7210/member/save |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1461585803347238912, |
||||
|
"name":"新加的成员", |
||||
|
"phone":"15335153515", |
||||
|
"avatarUrl":"baidu" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 根据id查找成员 |
||||
|
POST {{loaclhost}}7210/member/getById |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"memberId":1461585805729603585 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查询项目下的成员 |
||||
|
POST {{loaclhost}}7210/member/query |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1461585803347238912, |
||||
|
"memberName":"" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 修改角色下的成员 |
||||
|
POST {{loaclhost}}7210/role/roleMembers |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"roleId":1461585805545054208, |
||||
|
"memberIdList":[ |
||||
|
"1461585805729603585", |
||||
|
"1461585805729603584" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 删除角色 |
||||
|
POST {{loaclhost}}7210/role/delete |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"roleId":1470650379921530880 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 修改角色 |
||||
|
POST {{loaclhost}}7210/role/update |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"roleId":1470650379921530880, |
||||
|
"roleName":"修改角色" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加角色 |
||||
|
POST {{loaclhost}}7210/role/save |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1461585803347238912, |
||||
|
"roleName":"添加角色" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 修改任务 |
||||
|
POST {{loaclhost}}7210/task/save |
||||
|
# POST http://test.tall.wiki/gateway/defaultwbs/salary/getMemberSalary |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1458744703108521984, |
||||
|
"name":"测试添加-每周五", |
||||
|
"startTime":"1633058185521", |
||||
|
"endTime":"", |
||||
|
"specialTime":"每周五", |
||||
|
"roleIdList":[ |
||||
|
"1458744715536244736" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 添加任务 |
||||
|
# POST {{loaclhost}}7210/task/save |
||||
|
POST {{test}}defaultwbs/task/save |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1418109550141382656, |
||||
|
"name":"测试财务条定期任务", |
||||
|
"startTime":"1642988236000", |
||||
|
"endTime":"1643099836000", |
||||
|
"parentTaskId":"1418109568613097472", |
||||
|
"specialTime":"", |
||||
|
"roleIdList":[ |
||||
|
"1418109565001801728" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### 导入wbs |
||||
|
# POST {{loaclhost}}7210/salary/import?projectId=1433332016270811136 |
||||
|
POST http://test.tall.wiki/gateway/defaultwbs/salary/import?projectId=1433332016270811136 |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param"; filename="员工工资信息表.xlsx" |
||||
|
Content-Type: xlsx |
||||
|
|
||||
|
< C:\Users\dou\Desktop\员工工资信息表.xlsx |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
|
||||
|
|
||||
|
### 查看员工工资条 |
||||
|
# POST {{loaclhost}}7210/salary/getMemberSalary |
||||
|
POST http://test.tall.wiki/gateway/defaultwbs/salary/getMemberSalary |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1433332016270811136, |
||||
|
"endTime":"1635609600000", |
||||
|
"startTime":"1633058185521", |
||||
|
"memberId":"" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### 查看所有员工工资条 |
||||
|
# POST {{loaclhost}}7210/salary/queryMemberSalary |
||||
|
POST http://test.tall.wiki/gateway/defaultwbs/salary/queryMemberSalary |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1433332016270811136, |
||||
|
"endTime":"1635609600000", |
||||
|
"startTime":"1633058185521", |
||||
|
"memberId":"" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST http://172.33.250.132:8080/sxcz-web/evc/api/v1/enterprise |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"enterpriseParkName":"zz", |
||||
|
"enterpriseParkCode":"ss", |
||||
|
} |
||||
|
|
||||
|
### 工厂 |
||||
|
GET http://121.36.106.168/gateway/df_diplomatist/debug |
||||
|
{{type}} |
||||
|
|
||||
|
### 运维 |
||||
|
# GET http://101.201.226.163/gateway/dh_diplomatist/debug |
||||
|
# GET http://101.201.226.163/gateway/dh_ptos/debug |
||||
|
GET http://101.201.226.163/gateway/carbasics/v4.0/debug |
||||
|
{{type}} |
||||
|
|
||||
|
|
||||
|
### 管理 |
||||
|
# GET http://127.0.0.1:7020/ptos/debug |
||||
|
# GET http://127.0.0.1:7020/ptos/project/query |
||||
|
{{type}} |
||||
|
|
||||
|
### |
||||
|
GET http://127.0.0.1:7020/ptos//debug |
||||
|
{{type}} |
||||
@ -0,0 +1,568 @@ |
|||||
|
### |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
|
||||
|
# @name login |
||||
|
POST https://www.tall.wiki/gateway/tall3/v3.0/users/signin |
||||
|
# POST http://test.tall.wiki/gateway/tall3/v3.0/users/signin |
||||
|
# POST http://localhost:7130/v3.0/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"data": { |
||||
|
"credential": "123456", |
||||
|
"identifier": "zdd" |
||||
|
}, |
||||
|
"scene": 0, |
||||
|
"type": 3 |
||||
|
} |
||||
|
|
||||
|
### 查看子课题概览 |
||||
|
POST http://localhost:7270/subExperiment/getProgress |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1462041041435627520" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看课题概览 |
||||
|
POST http://localhost:7270/experiment/getExperimentProgress |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1467054521674895360" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 申请解锁科研成果 |
||||
|
POST http://localhost:7270/subExperiment/applyUnlock |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"id":1462083417998888960, |
||||
|
"remark":"666" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 审核科研成果 |
||||
|
POST http://localhost:7270/subExperiment/examineExperimentation |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"id":1462083417998888960, |
||||
|
"type":0, |
||||
|
"remark":"" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查找科研成果 |
||||
|
POST http://localhost:7270/subExperiment/queryExperimentation |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1467695029480853504 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看知识产权提交答案 |
||||
|
POST http://localhost:7270/question/getIntellectual |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/getByCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462041041435627520, |
||||
|
"code":"ZKT_ZL", |
||||
|
"intellectualId":1465959846603919360 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看知识产权提交列表 |
||||
|
POST http://localhost:7270/question/getIntellectualList |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/getByCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462041041435627520, |
||||
|
"code":"ZKT_ZL" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加知识产权相关的答案 |
||||
|
POST http://localhost:7270/question/submitIntellectual |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/getByCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462041041435627520, |
||||
|
"code":"ZKT_ZL", |
||||
|
"questionAndAnswerList":[ |
||||
|
{ |
||||
|
"questionId":"1465502785294307328", |
||||
|
"answerList":[ |
||||
|
"中国" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":"1465502785634045952", |
||||
|
"answerList":[ |
||||
|
"名称" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":"1465502785298501632", |
||||
|
"answerList":[ |
||||
|
"专利发明333" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":"1465502785634045955", |
||||
|
"answerList":[ |
||||
|
"授权" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":"1465502785856344064", |
||||
|
"answerList":[ |
||||
|
"1638253761623" |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看会议列表 |
||||
|
POST http://localhost:7270/meeting/get |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/getByCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"id":1465929968299020288 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看会议列表 |
||||
|
POST http://localhost:7270/meeting/query |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/getByCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462041041435627520 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加会议信息 |
||||
|
POST http://localhost:7270/meeting/save |
||||
|
# POST http://test.tall.wiki/gateway/experiment/question/getByCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462041041435627520, |
||||
|
"name":"科研会议-第二场", |
||||
|
"startTime":"1638339045000", |
||||
|
"endTime":"1639203045000", |
||||
|
"address":"地球", |
||||
|
"notificationList":[ |
||||
|
{ |
||||
|
"fileId":"11", |
||||
|
"fileName":"文件名", |
||||
|
"filePath":"baidu.com" |
||||
|
} |
||||
|
], |
||||
|
"summaryList":[ |
||||
|
{ |
||||
|
"fileId":"11", |
||||
|
"fileName":"文件名1", |
||||
|
"filePath":"baidu.com" |
||||
|
}, |
||||
|
{ |
||||
|
"fileId":"12", |
||||
|
"fileName":"文件名2", |
||||
|
"filePath":"baidu.com" |
||||
|
} |
||||
|
], |
||||
|
"attachmentList":[ |
||||
|
|
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看试题及答案 |
||||
|
# POST http://localhost:7270/question/getByCode |
||||
|
POST http://test.tall.wiki/gateway/experiment/question/getByCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"", |
||||
|
"code":"ZKT_ZL" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 提交表单信息 |
||||
|
POST http://localhost:7270/question/submit |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462600993833226240, |
||||
|
"code":"SY_BG", |
||||
|
"questionAndAnswerList":[ |
||||
|
{ |
||||
|
"questionId":"1465502788171599872", |
||||
|
"answerList":[ |
||||
|
"第一个实验" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":"1465502788179988483", |
||||
|
"answerList":[ |
||||
|
"baidu.com" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":"1465502788888825858", |
||||
|
"answerList":[ |
||||
|
"bilibili.com" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":"1465502792697253889", |
||||
|
"answerList":[ |
||||
|
"www.ccsens.com" |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 导入全部题目和选项 |
||||
|
POST http://localhost:7270/import/all |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="file"; filename="山大实验平台code.xlsx" |
||||
|
Content-Type: xlsx |
||||
|
|
||||
|
< C:\Users\dou\Desktop\山大实验平台code.xlsx |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
### 导入code |
||||
|
POST http://localhost:7270/import/code |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="file"; filename="山大实验平台code.xlsx" |
||||
|
Content-Type: xlsx |
||||
|
|
||||
|
< C:\Users\dou\Desktop\山大实验平台code.xlsx |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
|
||||
|
### 审核解锁申请 |
||||
|
POST http://localhost:7270/experiment/examineUnlock |
||||
|
# POST http://test.tall.wiki/gateway/experiment/experiment/retrospectUnlock |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462039176476102656, |
||||
|
"experimentId":1462083417998888960, |
||||
|
"type":0, |
||||
|
"remark":"通过了" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### 查看解锁申请 |
||||
|
POST http://localhost:7270/experiment/retrospectUnlock |
||||
|
# POST http://test.tall.wiki/gateway/experiment/experiment/retrospectUnlock |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462039176476102656 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加课题成员 |
||||
|
# POST http://localhost:7270/organization/save |
||||
|
POST http://www.tall.wiki/gateway/experiment/organization/save |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1467360266207367168, |
||||
|
"name":"ss", |
||||
|
"phone":15335153627 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看课题成员 |
||||
|
POST http://localhost:7270/organization/query |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462041041435627520 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 查看子课题信息 |
||||
|
POST http://localhost:7270/experiment/getSubExperiment |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"taskDetailId":1462041041435627520 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 查看计划任务书 |
||||
|
POST http://localhost:7270/experiment/getPlanTask |
||||
|
# POST http://test.tall.wiki/gateway/experiment/experiment/getPlanTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 修改/添加计划任务书 |
||||
|
# POST http://localhost:7270/experiment/savePlanTask |
||||
|
POST http://test.tall.wiki/gateway/experiment/experiment/savePlanTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462039176476102656, |
||||
|
"name":"测试1125", |
||||
|
"startTime":1637412277648, |
||||
|
"endTime":1640398883000, |
||||
|
"memberId":"", |
||||
|
"technicalIndicator":"技术指标", |
||||
|
"economicIndicators":"经济效益", |
||||
|
"socialBenefit":"社会效益", |
||||
|
"checkContent":"1,2,3,5,8", |
||||
|
"fileList":[ |
||||
|
{ |
||||
|
"fileId":"654654", |
||||
|
"fileName":"第一个测试的文件", |
||||
|
"filePath":"www.baidu.com" |
||||
|
}, |
||||
|
{ |
||||
|
"fileId":"65465644", |
||||
|
"fileName":"第二个测试的文件", |
||||
|
"filePath":"www.baidu.com" |
||||
|
} |
||||
|
], |
||||
|
"planTaskStageList":[ |
||||
|
{ |
||||
|
"stageStartTime":"1637412277648", |
||||
|
"stageEndTime":"1637768677648", |
||||
|
"remark":"第一阶段" |
||||
|
}, |
||||
|
{ |
||||
|
"stageStartTime":"1637412277648", |
||||
|
"stageEndTime":"1637768677648", |
||||
|
"remark":"第二阶段" |
||||
|
} |
||||
|
], |
||||
|
"planTaskDefinedList":[ |
||||
|
{ |
||||
|
"key":"自定义1", |
||||
|
"value":"自定义1的内容" |
||||
|
}, |
||||
|
{ |
||||
|
"key":"自定义2", |
||||
|
"value":"自定义2的内容" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看子任务 |
||||
|
# POST http://localhost:7270/task/findSonTask |
||||
|
POST http://test.tall.wiki/gateway/experiment/task/findSonTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"detailId":1462039177063305216 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看定期任务 |
||||
|
POST http://localhost:7270/task/regular |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"roleId":1462039176476102656 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看日常任务 |
||||
|
POST http://localhost:7270/task/permanent |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"roleId":1462039176476102656 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看角色 |
||||
|
# POST http://localhost:7270/role/show |
||||
|
POST http://test.tall.wiki/gateway/experiment/role/show |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1465988343066005504" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 创建课题 |
||||
|
POST http://localhost:7270/experiment/create |
||||
|
# POST http://test.tall.wiki/gateway/experiment/experiment/create |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 创建/修改子课题 |
||||
|
POST http://localhost:7270/experiment/saveSubExperiment |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462039176476102656, |
||||
|
"id":"1462041041435627520", |
||||
|
"name":"测试修改新建子课题2", |
||||
|
"memberId":"1462019079309103104", |
||||
|
"startTime":1637412686247, |
||||
|
"endTime":1640004686000, |
||||
|
"stageDtoList":[ |
||||
|
{ |
||||
|
"startTime":1637412686247, |
||||
|
"endTime":1640004686000, |
||||
|
"thesis":3, |
||||
|
"sciThesis":1, |
||||
|
"patent":1, |
||||
|
"inventPatent":1, |
||||
|
"practicalPatent":1, |
||||
|
"facadePatent":1, |
||||
|
"theSoft":2 |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 创建实验 |
||||
|
POST http://localhost:7270/subExperiment/create |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1462600571827523584, |
||||
|
"id":"1462600993833226240", |
||||
|
"memberId":"1462019079309103104", |
||||
|
"name":"修改测试新建实验A", |
||||
|
"startTime":1637412686247, |
||||
|
"endTime":1640004686000, |
||||
|
"target":"实验目标" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### debug |
||||
|
GET http://localhost:7270/debug |
||||
|
{{type}} |
||||
|
|
||||
|
|
||||
|
### debug |
||||
|
GET http://139.196.27.233:29001/gateway/tall3/v3.0/debug |
||||
|
{{type}} |
||||
|
|
||||
|
|
||||
|
|
||||
|
//Excel |
||||
|
### |
||||
|
POST http://test.tall.wiki/filedeal/file/upload/importCode |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param"; filename="code字典表(1).xlsx" |
||||
|
Content-Type: xlsx |
||||
|
|
||||
|
< C:\Users\dou\Desktop\code字典表(1).xlsx |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
@ -0,0 +1,151 @@ |
|||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
@token = eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDI0MTQ2NjEsInN1YiI6IjE0ODE4MzE1NDk5NDczNTEwNDAiLCJhdXRoSWQiOiIwIiwiZXhwIjoxNjQyNDIxODYxfQ.t-r0v0X2Xi_ZXv616Kavy7SCaF2Q-cqdrZNkLnVAXcY |
||||
|
|
||||
|
### login |
||||
|
# @name login |
||||
|
# POST http://localhost:7290/users/signin |
||||
|
POST http://101.201.226.163/gateway/ptostall/users/signin |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"client": 0, |
||||
|
"type": 1, |
||||
|
"data": { |
||||
|
"identifier": "15335153627", |
||||
|
"credential": "1111" |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
1642674044832 |
||||
|
1642674044644 |
||||
|
|
||||
|
###创建业务信息 |
||||
|
POST http://localhost:7300/business/save |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"name": "123777", |
||||
|
"description":"", |
||||
|
"url":"", |
||||
|
"startUsing":1, |
||||
|
"pub":0 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看业务列表 |
||||
|
POST http://localhost:7300/business/query |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"name":"", |
||||
|
"depth":0, |
||||
|
"pageNum":1, |
||||
|
"pageSize":15 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加插件 |
||||
|
POST http://localhost:7300/plugin/save |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"name": "添加插件8", |
||||
|
"versions": "v1.0", |
||||
|
"intro":"333", |
||||
|
"description":"详细介绍", |
||||
|
"preview":"预览图地址", |
||||
|
"carousel":[ |
||||
|
"轮播图1", |
||||
|
"轮播图2", |
||||
|
"轮播图3", |
||||
|
"轮播图4" |
||||
|
], |
||||
|
"html":"aaa", |
||||
|
"css":"bbb", |
||||
|
"js":"ccc", |
||||
|
"config":"ddd", |
||||
|
"publish":1 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看插件列表 |
||||
|
POST http://101.201.226.163/gateway/opt/plugin/query |
||||
|
# POST http://localhost:7300/plugin/query |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 修改插件 |
||||
|
POST http://localhost:7300/plugin/update |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"id":"1483390509519212544", |
||||
|
"name":"66666", |
||||
|
"versions":"49779979", |
||||
|
"intro":"嘿嘿嘿", |
||||
|
"preview":"wwwwa", |
||||
|
"carousel":[ |
||||
|
"asdasd", |
||||
|
"asdasd", |
||||
|
"werter" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 关联业务和插件 |
||||
|
POST http://localhost:7300/business/relevance |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"pluginId":"1483357804496687104", |
||||
|
"businessId":"4" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
###查询业务下关联的插件 |
||||
|
# POST http://localhost:7300/business/queryPlugin |
||||
|
POST http://101.201.226.163/gateway/opt/business/queryPlugin |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"businessId":"1484436309124845568", |
||||
|
"pageNum":"1", |
||||
|
"pageSize":"10" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###修改业务下的插件配置信息 |
||||
|
POST http://localhost:7300/business/updateConfig |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"businessPluginId":"1483391162832392192", |
||||
|
"config":"99999999999" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,66 @@ |
|||||
|
### |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
|
||||
|
# @name login |
||||
|
POST https://www.tall.wiki/gateway/tall3/v3.0/users/signin |
||||
|
# POST http://test.tall.wiki/gateway/tall3/v3.0/users/signin |
||||
|
# POST http://localhost:7130/v3.0/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"data": { |
||||
|
"credential": "123456", |
||||
|
"identifier": "zy11" |
||||
|
}, |
||||
|
"scene": 0, |
||||
|
"type": 3 |
||||
|
} |
||||
|
### |
||||
|
POST https://www.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST https://test.tall.wiki/gateway/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0 |
||||
|
Content-Type: {{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
### |
||||
|
POST http://192.168.0.99/gateway/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0 |
||||
|
Content-Type: {{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST https://www.tall.wiki/gateway/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0 |
||||
|
Content-Type: {{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST http://localhost:7220/pluginshop/plugin/query?pluginId=1432643387798069248&styleType=0 |
||||
|
Content-Type: {{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
### 导入wbs |
||||
|
POST https://test.tall.wiki/gateway/pluginshop/plugin/import |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param"; filename="插件导入表格.xlsx" |
||||
|
Content-Type: xlsx |
||||
|
|
||||
|
< C:\Users\dou\Desktop\插件导入表格.xlsx |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
@ -0,0 +1,138 @@ |
|||||
|
@localhost = http://localhost:7320/v1.0 |
||||
|
@localhost_tall = http://localhost:7130/v3.0 |
||||
|
@test_tall = http://192.168.0.99:7130/v3.0 |
||||
|
@test = https://test.tall.wiki/ptccsens/v1.0 |
||||
|
@www_tall = http://www.tall.wiki:7130/v3.0 |
||||
|
@www = http://www.tall.wiki/ptccsens/v1.0 |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
### 登录 |
||||
|
# song 1218763410024566784 |
||||
|
# @name login |
||||
|
POST {{test_tall}}/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"type": 3, |
||||
|
"data": { |
||||
|
"identifier": "zy11", |
||||
|
"credential": "123456" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### debug |
||||
|
GET {{test}}/debug |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
###查询费用申请类型 |
||||
|
POST {{localhost}}/finance/queryType |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"parentId":"4", |
||||
|
"type":2 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###发起申请 |
||||
|
POST {{test}}/finance/apply |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
|
||||
|
"checkerList": [ |
||||
|
123 |
||||
|
], |
||||
|
"invoiceList": [ |
||||
|
{ |
||||
|
"invoiceCode": "014002100112", |
||||
|
"invoiceNumber": "86610940", |
||||
|
"invoiceTime": 1643075118954, |
||||
|
"money": 4190, |
||||
|
"remark": "业务招待支出", |
||||
|
"taxMoney": 126, |
||||
|
"url": "https://alifei04.cfp.cn/creative/vcg/800/new/VCG211363439424.jpg" |
||||
|
} |
||||
|
], |
||||
|
"projectId": 2, |
||||
|
"taskDetailId": 2, |
||||
|
"remark": "", |
||||
|
"department": "视觉传达事业部", |
||||
|
"submitName": "黛西34", |
||||
|
"money": 4190, |
||||
|
"typeId": 1, |
||||
|
"categoryId": 4, |
||||
|
"rowId": 7 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询申请详情 |
||||
|
POST {{localhost}}/finance/getApplyDetail |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"applyId":"1485797754654695424" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###审批 |
||||
|
POST {{localhost}}/finance/audit |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"checkStatus":"2", |
||||
|
"financeCheckId":"1485797754923130880", |
||||
|
"remark":"测试" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###通过任务id查看任务关联的财务信息 |
||||
|
POST {{localhost}}/finance/getByTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"taskDetailId":"3" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
###查看当前用户的费用申请历史信息(奖金) |
||||
|
POST {{test}}/finance/personalHistory |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"2", |
||||
|
"taskDetailId":"3", |
||||
|
"taskName":"测试", |
||||
|
"type":0, |
||||
|
"pageNum":1, |
||||
|
"pageSize":10 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 发票识别 |
||||
|
POST {{localhost}}/ocr/bill |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="part"; filename="C:\Users\23778\Desktop\invoice.jpg" |
||||
|
|
||||
|
< C:\Users\23778\Desktop\invoice.jpg |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
@ -0,0 +1,119 @@ |
|||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
### login |
||||
|
# @name login |
||||
|
POST http://localhost:7290/users/signin |
||||
|
# POST http://101.201.226.163/gateway/ptostall/users/signin |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"client": 0, |
||||
|
"type": 3, |
||||
|
"data": { |
||||
|
"identifier": "song", |
||||
|
"credential": "123456" |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 查找域内的业务列表 |
||||
|
POST http://localhost:7290/business/query |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.tokenObj.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{} |
||||
|
|
||||
|
### 查找引导页信息 |
||||
|
GET http://localhost:7290/business/guide?type=1 |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.tokenObj.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
### 获取accessToken |
||||
|
# POST http://101.201.226.163/gateway/ptostall/project/query |
||||
|
POST http://localhost:7290/business/accessToken |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"appId":"appId", |
||||
|
"secret":"secret" |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 通过token获取用户信息 |
||||
|
# POST http://101.201.226.163/gateway/ptostall/project/query |
||||
|
POST http://localhost:7290/users/businessToken |
||||
|
{{type}} |
||||
|
deviceId: 66666 |
||||
|
accessToken: eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDI3NjI2MTgsInN1YiI6ImFwcElkIiwic2VjcmV0Ijoic2VjcmV0IiwiZXhwIjoxNjQyNzY5ODE4fQ.FI8l-oVFSJKegaB08mdoBJD1EppyL87TA31pj5FzcKA |
||||
|
|
||||
|
{ |
||||
|
"token":"eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDI3NjI3NTIsInN1YiI6IjE0ODM2NDE4ODUzMjczNjQwOTYiLCJhdXRoSWQiOiIxNDgxODkxMDY4MjI4NDA3Mjk3IiwiZXhwIjoxNjQyNzY5OTUyfQ.-Sbjl5SZw2KfVbxLjz4EjSa6yybZq_ur9Am69lQCobg" |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### |
||||
|
# POST http://101.201.226.163/gateway/ptostall/project/query |
||||
|
POST http://localhost:7290/project/query |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.tokenObj.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"startTime": 0, |
||||
|
"endTime": 1 |
||||
|
} |
||||
|
} |
||||
|
### |
||||
|
POST http://127.0.0.1:7290/business/accessToken |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.tokenObj.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"startTime": 0, |
||||
|
"endTime": 1 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 图形验证码 |
||||
|
GET http://localhost:7290/users/code |
||||
|
# http://101.201.226.163/gateway/ptostall/users/code |
||||
|
{{type}} |
||||
|
|
||||
|
### 手机短信验证码 |
||||
|
GET http://localhost:7290/users/smscode?phone=15335153627&verificationCodeId=1482998821449633792&verificationCodeValue=65 |
||||
|
# GET http://101.201.226.163/gateway/ptostall/users/smscode?phone=15335153627&verificationCodeId=1481460299517399040&verificationCodeValue=55 |
||||
|
{{type}} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### 工厂 |
||||
|
GET http://121.36.106.168/gateway/df_diplomatist/debug |
||||
|
{{type}} |
||||
|
|
||||
|
### 运维 |
||||
|
# GET http://101.201.226.163/gateway/dh_diplomatist/debug |
||||
|
# GET http://101.201.226.163/gateway/dh_ptos/debug |
||||
|
GET http://101.201.226.163/gateway/carbasics/v4.0/debug |
||||
|
{{type}} |
||||
|
|
||||
|
|
||||
|
### 管理 |
||||
|
# GET http://127.0.0.1:7020/ptos/debug |
||||
|
# GET http://127.0.0.1:7020/ptos/project/query |
||||
|
{{type}} |
||||
|
|
||||
|
### |
||||
|
GET http://127.0.0.1:7020/ptos//debug |
||||
|
{{type}} |
||||
@ -0,0 +1,303 @@ |
|||||
|
### |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
|
||||
|
# @name login |
||||
|
# POST https://www.tall.wiki/gateway/tall3/v3.0/users/signin |
||||
|
POST http://101.201.226.163/gateway/tall3/v3.0/users/signin |
||||
|
# POST http://localhost:7130/v3.0/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"data": { |
||||
|
"credential": "123456", |
||||
|
"identifier": "zy11" |
||||
|
}, |
||||
|
"scene": 0, |
||||
|
"type": 3 |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
### 导入wbs |
||||
|
# POST {{loaclhost}}7210/wbs |
||||
|
# POST http://test.tall.wiki/gateway/carbasics/v4.0/wbs |
||||
|
POST http://test.tall.wiki/gateway/sports/wbs |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param"; filename="V1.0课题WBS.xlsx" |
||||
|
Content-Type: xlsx |
||||
|
|
||||
|
< C:\Users\dou\Desktop\wbs\培训WBS.xlsx |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
### |
||||
|
# POST http://localhost:7250/player/position |
||||
|
POST http://test.tall.wiki/gateway/sports/player/position |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
# { |
||||
|
# "param":{ |
||||
|
# "projectId":1453661473401479168 |
||||
|
# } |
||||
|
# } |
||||
|
|
||||
|
### 查看报名 |
||||
|
POST http://localhost:7250/player/info |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1453661473401479168 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 报名 |
||||
|
POST http://localhost:7250/player/apply |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1451447721818071040, |
||||
|
"name":"测试", |
||||
|
"idCard":238067198001016221 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 查询培训计划详情 |
||||
|
POST http://localhost:7250/training/get |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1453661473401479168 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 添加培训计划 |
||||
|
POST http://localhost:7250/training/save |
||||
|
# POST http://test.tall.wiki/gateway/sports/training/save |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":1451447721818071040, |
||||
|
"templateId":1, |
||||
|
"questionList":[ |
||||
|
{ |
||||
|
"questionId":1, |
||||
|
"answerList":[ |
||||
|
"测试的一个培训计划" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":2, |
||||
|
"answerList":[ |
||||
|
"这是开始的时间戳" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"questionId":6, |
||||
|
"answerList":[ |
||||
|
"A", |
||||
|
"B" |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 根据id获取模板信息 |
||||
|
# POST http://localhost:7250/training/templateId |
||||
|
POST http://test.tall.wiki/gateway/sports/training/templateId |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"id":1 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 获取全部模板 |
||||
|
POST http://localhost:7250/training/template |
||||
|
# POST http://localhost:7250/training/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST http://localhost:7210/clock/query |
||||
|
# POST http://localhost:7250/training/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"endTime": 1635142643491, |
||||
|
"memberIdList": [], |
||||
|
"projectId": "1433332016270811136", |
||||
|
"roleId": "1433332016702824448", |
||||
|
"startTime": 1635142643491 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
### |
||||
|
GET http://test.tall.wiki/gateway/tall3/v3.0/users/token?token=Bearer eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MzQ2OTg0MjQsInN1YiI6IjEyMTc2NDc2ODY1OTgxMzU4MDgiLCJhdXRoSWQiOiIxMTc3MTU4ODQ4ODg1MTY2MDgwIiwiZXhwIjoxNjM0Nzg0ODI0fQ.t1n3ytHkCZDvxQkC6y33NwsmVrg3I86uehPYDYisLdY |
||||
|
{{type}} |
||||
|
|
||||
|
|
||||
|
### 根据项目id和类型获取模板 |
||||
|
POST http://test.tall.wiki/gateway/sports/training/get |
||||
|
# POST http://localhost:7250/training/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1450037930025558016", |
||||
|
"type":"0" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查看结业发证状态 |
||||
|
POST http://test.tall.wiki/gateway/sports/player/certificateStatus |
||||
|
# POST http://localhost:7250/training/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1450037930025558016" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST http://test.tall.wiki/gateway/sports/training/get |
||||
|
# POST http://localhost:7250/training/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1450037930025558016" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### |
||||
|
POST http://test.tall.wiki/gateway/sports/teacher/appoint |
||||
|
# POST http://localhost:7250/training/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"planId": "1111111111111", |
||||
|
"teacherIds": [ |
||||
|
"1111111111111", |
||||
|
"1111111111111", |
||||
|
"1111111111111" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST http://test.tall.wiki/gateway/sports/teacher/appoint |
||||
|
# POST http://localhost:7250/training/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"planId": "1111111111111", |
||||
|
"teacherIds": [ |
||||
|
"1111111111111", |
||||
|
"1111111111111", |
||||
|
"1111111111111" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### |
||||
|
POST http://test.tall.wiki/gateway/sports/training/audit |
||||
|
# POST http://localhost:7250/training/audit |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"planId": "1111111111111", |
||||
|
"teacherIds": [ |
||||
|
"1111111111111", |
||||
|
"1111111111111", |
||||
|
"1111111111111" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### |
||||
|
# POST https://test.tall.wiki/gateway/sports/file/upload |
||||
|
POST http://localhost:7250/debug/file |
||||
|
# POST https://test.tall.wiki/gateway/carbasics/v4.0/ocr/general/basic |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param"; filename="创新社区.jpg"; |
||||
|
Content-Type: image/jpeg |
||||
|
|
||||
|
< C:\Users\dou\Desktop\创新社区.jpg |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="param1"; filename="产业社区.jpg"; |
||||
|
Content-Type: image/jpeg |
||||
|
|
||||
|
< C:\Users\dou\Desktop\产业社区.jpg |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST http://localhost:7250/debug/f |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="files"; filename="创新社区.jpg"; |
||||
|
Content-Type: image/jpeg |
||||
|
|
||||
|
< C:\Users\dou\Desktop\创新社区.jpg |
||||
|
|
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST http://localhost:7250/debug/random |
||||
|
{{type}} |
||||
@ -0,0 +1,68 @@ |
|||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
@token = eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDI3Mjc3OTAsInN1YiI6IjE0ODE4MzE1NDk5NDczNTEwNDAiLCJhdXRoSWQiOiIwIiwiZXhwIjoxNjQyNzM0OTkwfQ.Mx9yv64lXIsg1PQVcMUZsBhxxcjGTkwkLy4u-nBAfHM |
||||
|
|
||||
|
|
||||
|
### login |
||||
|
# @name login |
||||
|
POST http://localhost:7290/users/signin |
||||
|
# POST http://101.201.226.163/gateway/ptostall/users/signin |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"client": 0, |
||||
|
"type": 3, |
||||
|
"data": { |
||||
|
"identifier": "song", |
||||
|
"credential": "123456" |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 查找日常任务 |
||||
|
POST http://localhost:7310/tall/task/permanent |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.tokenObj.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"roleId":1484800785261924352 |
||||
|
} |
||||
|
|
||||
|
### 查找角色 |
||||
|
POST http://localhost:7320/tall/role/show |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.tokenObj.token}} |
||||
|
deviceId: 66666 |
||||
|
|
||||
|
{ |
||||
|
"projectId":1484800783814889472 |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 导入wbs |
||||
|
POST http://localhost:7320/tall/project/wbs |
||||
|
# POST http://test.tall.wiki/gateway/defaultwbs/salary/import?projectId=1433332016270811136 |
||||
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
title |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
||||
|
Content-Disposition: form-data; name="params"; filename="v1.0 财务WBS 20220120.xlsx"; |
||||
|
Content-Type: xlsx |
||||
|
|
||||
|
< C:\Users\dou\Desktop\v1.0 财务WBS 20220120.xlsx |
||||
|
|
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
|
|
||||
|
|
||||
|
|
||||
|
### 测试 |
||||
|
GET http://localhost:7310/debug |
||||
|
|
||||
|
### |
||||
|
POST http://localhost:7310/tall/heart |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{token}} |
||||
|
deviceId: 66666 |
||||
@ -0,0 +1,176 @@ |
|||||
|
### |
||||
|
@www = https://www.tall.wiki/gateway/ |
||||
|
@test = http://test.tall.wiki/gateway/ |
||||
|
@loaclhost = http://localhost: |
||||
|
@tallLocal = 7030/v1.0 |
||||
|
@tall3 = /tall3/v3.0 |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
|
||||
|
### login |
||||
|
# @name login |
||||
|
POST {{loaclhost}}7130/v3.0/users/signin |
||||
|
# POST {{test}}{{tall3}}/users/signin |
||||
|
# POST {{www}}{{tall}}/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"data": { |
||||
|
"credential": "123456", |
||||
|
"identifier": "zy11" |
||||
|
}, |
||||
|
"scene": 0, |
||||
|
"type": 3 |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### |
||||
|
POST {{loaclhost}}7240/v4.0/task/saveTask |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"name":"身份认证", |
||||
|
"projectId":"1458016311207796736", |
||||
|
"global":1, |
||||
|
"roleIdList":[ |
||||
|
1436146379201454080 |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### |
||||
|
POST {{loaclhost}}7240/v4.0/task/saveTaskPlugin |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":[ |
||||
|
{ |
||||
|
"taskDetailId":1458385858976817152, |
||||
|
"pluginName":"MP-TALL展示详情页c1" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
|
||||
|
### |
||||
|
POST {{loaclhost}}7240/v4.0/task/permanent |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param": |
||||
|
{ |
||||
|
"roleId":1436146379398586368 |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
|
||||
|
### 问卷调查--医院排名 |
||||
|
POST http://www.tall.wiki/gateway/carbasics/v4.0/organization/rankNew |
||||
|
# POST {{loaclhost}}7240/v4.0/organization/rankNew |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"areaId":"140500", |
||||
|
"level":"二级", |
||||
|
"type":1 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 秘书修改审核状态 |
||||
|
POST {{loaclhost}}7240/v4.0/patient/updateBySecretary |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"firstAidId":"1432993191749230592", |
||||
|
"dataStatus":"6" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 秘书查看患者信息 |
||||
|
POST {{loaclhost}}7240/v4.0/patient/listBySecretary |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"2", |
||||
|
"dataStatus":"", |
||||
|
"name":"测试", |
||||
|
"startTime":"", |
||||
|
"endTime":"", |
||||
|
"hospitalNumber":"", |
||||
|
"idcard":"" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 质控员查看患者信息 |
||||
|
POST {{loaclhost}}7240/v4.0/patient/listByQuality |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1", |
||||
|
"dataStatus":"", |
||||
|
"name":"", |
||||
|
"startTime":"", |
||||
|
"endTime":"", |
||||
|
"hospitalNumber":"", |
||||
|
"idcard":"" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### 修改患者信息 |
||||
|
POST {{loaclhost}}7240/v4.0/patient/updatePatient |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1", |
||||
|
"firstAidId":"1432993191749230592", |
||||
|
"name":"张逗逗123", |
||||
|
"gender":1, |
||||
|
"nation":"汉", |
||||
|
"idcard":320381199410090011, |
||||
|
"suspected":"2221" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 查询患者信息 |
||||
|
POST {{loaclhost}}7240/v4.0/patient/getPatient |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"111" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 添加病例 |
||||
|
POST {{loaclhost}}7240/v4.0/patient/savePatient |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId":"1", |
||||
|
"name":"张测试", |
||||
|
"gender":1, |
||||
|
"nation":"汉", |
||||
|
"idcard":320381199410090011, |
||||
|
"suspected":"2" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,31 @@ |
|||||
|
|
||||
|
新建任务 task/save POST |
||||
|
|
||||
|
入参 |
||||
|
{ |
||||
|
name 任务名 |
||||
|
startTime 开始时间 |
||||
|
endTime 结束时间 |
||||
|
roleIdList 负责人id(数组) |
||||
|
description 描述 |
||||
|
projectId 所属项目id |
||||
|
parentTaskId 所属任务id |
||||
|
processTaskId 上道工序(任务id) |
||||
|
checkerIdList 检查人id(数组) |
||||
|
global 是否日常任务 |
||||
|
|
||||
|
deliverList 交付物名字(数组) |
||||
|
} |
||||
|
|
||||
|
返回单个任务的信息,内容字段和任务列表一样 |
||||
|
|
||||
|
------------------------------------------------------------- |
||||
|
|
||||
|
|
||||
|
克隆任务 task/clone POST |
||||
|
|
||||
|
{ |
||||
|
taskId 任务id |
||||
|
} |
||||
|
|
||||
|
返回单个任务的信息,内容字段和任务列表一样 |
||||
@ -0,0 +1,455 @@ |
|||||
|
@localhost = http://localhost:7260/v2.0 |
||||
|
@localhost_tall = http://localhost:7130/v3.0 |
||||
|
@test_tall = http://192.168.0.99:7130/v3.0 |
||||
|
@test = https://test.tall.wiki/gateway/yanyuan/v2.0/ |
||||
|
@www_tall = http://www.tall.wiki:7130/v3.0 |
||||
|
@www = http://www.tall.wiki/gateway/yanyuan/v2.0/ |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
### 登录 |
||||
|
# song 1218763410024566784 |
||||
|
# @name login |
||||
|
POST {{test_tall}}/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"type": 3, |
||||
|
"data": { |
||||
|
"identifier": "whj", |
||||
|
"credential": "123456" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
### debug |
||||
|
GET {{test}}/debug |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
###绑定工具箱 |
||||
|
POST {{localhost}}/tool/bind |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"toolCode":"0000000003" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询工具箱的使用者 |
||||
|
POST {{test}}/tool/getUserName |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"equipmentId":"2" |
||||
|
} |
||||
|
} |
||||
|
###查询登录用户身份 |
||||
|
POST {{test}}/userPower/identity |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
###首页用户身份判断 |
||||
|
POST {{test}}/userPower/homeIdentity |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
} |
||||
|
###添加用户信息 |
||||
|
POST {{test}}/trainee/add |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"userName":"李四", |
||||
|
"sex":"1", |
||||
|
"clinicHospital":"就诊医院", |
||||
|
"hospitalProvinceId":"1", |
||||
|
"hospitalCityId":"2", |
||||
|
"hospitalAddress":"迎泽区XXX", |
||||
|
"clinicOffice":"神经内科", |
||||
|
"clinicDoctor":"赵医生", |
||||
|
"birthDate":"1965-08-01", |
||||
|
"height":"170", |
||||
|
"weight":"66", |
||||
|
"jobTitle":"农林渔牧", |
||||
|
"educateStatus":"小学", |
||||
|
"educateDate":"6", |
||||
|
"abodePlace":"太原市小店区", |
||||
|
"appearTime":"2021-01-01", |
||||
|
"diagnoseTime":"2021-02-01", |
||||
|
"diagnoseResult":"轻度痴呆", |
||||
|
"minBloodPressure":"90", |
||||
|
"maxBloodPressure":"120", |
||||
|
"bloodFat":"80", |
||||
|
"physicalAct":"中", |
||||
|
"apoeGene":"1", |
||||
|
"diseasesRecord":"没有疾病史", |
||||
|
"relativeDiseasesRecord":"亲属均无老年痴呆", |
||||
|
"isInsomnic":0, |
||||
|
"insomnicPeriod":"8", |
||||
|
"isSmoke":1, |
||||
|
"quitPeriod":2, |
||||
|
"sustainPeriod":3, |
||||
|
"averageNum":5, |
||||
|
"isDrink":2, |
||||
|
"abstinencePeriod":"2年", |
||||
|
"drinkType":"啤酒", |
||||
|
"isTea":"3", |
||||
|
"quitTea":"", |
||||
|
"continuePeriod":"1年", |
||||
|
"teaType":"绿茶", |
||||
|
"teaPeriod":"每天一杯", |
||||
|
"isStrongFlavour":1, |
||||
|
"isLikeMeat":1, |
||||
|
"isMoreOil":0 |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询绑定者创建的患者信息(申请成为家属前调用) |
||||
|
POST {{test}}/trainee/create |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"bindUserId":"1218025249493356544" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###绑定手机号后,关联用户原有的使用者 |
||||
|
POST {{test}}/trainee/relation |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
###生成二维码 |
||||
|
POST {{test}}/tool/qrCode |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"id":"1" |
||||
|
} |
||||
|
} |
||||
|
###体验账号升级 |
||||
|
POST {{test}}/trainee/upgrade |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"keyUserIds":[ |
||||
|
"1456525052375470081" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询个人信息 |
||||
|
POST {{test}}/family/personal |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
} |
||||
|
###申请成为家属 |
||||
|
POST {{test}}/family/apply |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"keyUserIds":[ |
||||
|
"1456525052375470080", |
||||
|
"1456525052375470081" |
||||
|
], |
||||
|
"age":25, |
||||
|
"educateLevel": "本科", |
||||
|
"jobTitle": "码农", |
||||
|
"name": "小伙伴", |
||||
|
"sex": 1 |
||||
|
} |
||||
|
} |
||||
|
###查询家属成员列表 |
||||
|
POST {{test}}/family/queryList |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1471046145207439360" |
||||
|
} |
||||
|
} |
||||
|
###查询用户是否是项目成员 |
||||
|
POST {{test}}/family/isMember |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1471776718309822464" |
||||
|
} |
||||
|
} |
||||
|
### 查询待审核家属成员数量 |
||||
|
POST {{test}}/family/queryAuditNum |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1471046145207439360" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询试题 |
||||
|
POST {{test}}/question/get |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"code":"NLCP", |
||||
|
"reportId": "1464155290781618176", |
||||
|
"num": "17" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询试题完成情况 |
||||
|
POST {{test}}/question/finish |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"code":"NLCP", |
||||
|
"reportId": "1471776719287095296" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###保存答案 |
||||
|
POST {{test}}/question/saveAnswer |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"code":"NLCP", |
||||
|
"reportId": "1459057596971094016", |
||||
|
"questionId": "21", |
||||
|
"optionId": "1" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###脑力测评结果计算 |
||||
|
POST {{test}}/mentalTest/calculate |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"mentalTestId": "1458968153773838336" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询角色 |
||||
|
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}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1483710050337558528", |
||||
|
"templateCode": "yanyuan-user", |
||||
|
"roleId":"1", |
||||
|
"queryNum":1, |
||||
|
"queryType":0 |
||||
|
} |
||||
|
} |
||||
|
###查询训练计划详情 |
||||
|
POST {{test}}/trainPlan/detail |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"recordId": "1483711918765772806" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###角色查询 |
||||
|
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 {{test}}/tool/queryToolList |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###选择工具箱 |
||||
|
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}}/trainBelong/queryUnknown |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"pageNum": 1, |
||||
|
"pageSize": 10 |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询关联的使用者信息 |
||||
|
POST {{localhost}}/trainee/queryRelation |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
###查询指定日期前后一周的训练计划 |
||||
|
POST {{localhost}}/trainPlan/queryRecent |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"keyUserId": 1464166326922383360, |
||||
|
"time": 1638773109000 |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###选择老人 (6,1) (3,0) |
||||
|
POST {{localhost}}/trainBelong/chooseRecord |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"trainRecordId": 3, |
||||
|
"resultType": 0, |
||||
|
"recordId": 1465510253751439362 |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
|
||||
|
###查询药物使用列表 |
||||
|
POST {{test}}/medicine/query |
||||
|
{{type}} |
||||
|
Authorization: Bearer {{login.response.body.$.data.token}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"projectId": "1471046145207439360" |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
### 导入题目 |
||||
|
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="C:\Users\23778\Downloads\燕园脑力测评导入v1.1.xlsx" |
||||
|
|
||||
|
< C:\Users\23778\Downloads\燕园脑力测评导入v1.1.xlsx |
||||
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
||||
@ -0,0 +1,166 @@ |
|||||
|
@localhost = http://127.0.0.1:8010/ |
||||
|
@test = http://127.0.0.1:8010/ |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
### 列表 |
||||
|
POST {{test}}/page/list |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"pageNum":1, |
||||
|
"pageSize":10 |
||||
|
|
||||
|
} |
||||
|
} |
||||
|
### 添加 |
||||
|
POST {{localhost}}/page/add |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"param":{ |
||||
|
"logo":"logo", |
||||
|
"name":"项目1", |
||||
|
"db":null, |
||||
|
"pages": [ |
||||
|
{ |
||||
|
"title":"title1", |
||||
|
"style":0, |
||||
|
"searches":[ |
||||
|
{ |
||||
|
"type":0, |
||||
|
"show":"姓名", |
||||
|
"name":"name" |
||||
|
}, |
||||
|
{ |
||||
|
"type":3, |
||||
|
"show":"性别", |
||||
|
"name":"sex", |
||||
|
"options": { |
||||
|
"dataFetchType": 0, |
||||
|
"data":[ |
||||
|
{"key":0, "value":"男"}, |
||||
|
{"key":1, "value":"女"} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
], |
||||
|
"fields":[ |
||||
|
{ |
||||
|
"show":"序号", |
||||
|
"type":"2" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"姓名", |
||||
|
"type":"0", |
||||
|
"field":"name" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"年龄", |
||||
|
"type":"0", |
||||
|
"field":"age" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"性别", |
||||
|
"type":"0", |
||||
|
"field":"sex" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"操作", |
||||
|
"type":"1", |
||||
|
"operates": [ |
||||
|
{"icon":"edit", "show":"编辑","type":"0","url":"http://www.baidu.com"}, |
||||
|
{ |
||||
|
"icon":"delete", |
||||
|
"show":"删除", |
||||
|
"type":"1", |
||||
|
"dialogs":{ |
||||
|
"show":"是否确认执行删除操作", |
||||
|
"button": [ |
||||
|
{"show": "取消", "responseType":0}, |
||||
|
{"show": "确认", "responseType":1, "url":"http://www.baidu.com/delete"} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"sql" : "select id, name, age from t_user", |
||||
|
"operates":[ |
||||
|
{"icon":"add", "show":"添加","type":"0","url":"http://www.baidu.com"}, |
||||
|
{"icon":"download","show":"下载","type":"2","url":"http://www.baidu.com"}, |
||||
|
{"icon":"import","show":"上传","type":"3","url":"http://www.baidu.com"} |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"title":"title1", |
||||
|
"style":0, |
||||
|
"searches":[ |
||||
|
{ |
||||
|
"type":0, |
||||
|
"show":"姓名", |
||||
|
"name":"name" |
||||
|
}, |
||||
|
{ |
||||
|
"type":3, |
||||
|
"show":"性别", |
||||
|
"name":"sex", |
||||
|
"options": { |
||||
|
"dataFetchType": 0, |
||||
|
"data":[ |
||||
|
{"key":0, "value":"男"}, |
||||
|
{"key":1, "value":"女"} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
], |
||||
|
"fields":[ |
||||
|
{ |
||||
|
"show":"序号", |
||||
|
"type":"2" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"姓名", |
||||
|
"type":"0", |
||||
|
"field":"name" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"年龄", |
||||
|
"type":"0", |
||||
|
"field":"age" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"性别", |
||||
|
"type":"0", |
||||
|
"field":"sex" |
||||
|
}, |
||||
|
{ |
||||
|
"show":"操作", |
||||
|
"type":"1", |
||||
|
"operates": [ |
||||
|
{"icon":"edit", "show":"编辑","type":"0","url":"http://www.baidu.com"}, |
||||
|
{ |
||||
|
"icon":"delete", |
||||
|
"show":"删除", |
||||
|
"type":"1", |
||||
|
"dialogs":{ |
||||
|
"show":"是否确认执行删除操作", |
||||
|
"button": [ |
||||
|
{"show": "取消", "responseType":0}, |
||||
|
{"show": "确认", "responseType":1, "url":"http://www.baidu.com/delete"} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"sql" : "select id, name, age from t_user", |
||||
|
"operates":[ |
||||
|
{"icon":"add", "show":"添加","type":"0","url":"http://www.baidu.com"}, |
||||
|
{"icon":"download","show":"下载","type":"2","url":"http://www.baidu.com"}, |
||||
|
{"icon":"import","show":"上传","type":"3","url":"http://www.baidu.com"} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue