Browse Source

20211202-合并冲突

master
zy_Java 4 years ago
parent
commit
bd9af39e18
  1. 17
      HT/认知.http
  2. 24
      TALL3/tall.http
  3. 4
      experiment.http
  4. 43
      中医药/中医药测试.http
  5. 60
      智慧平车/qcp.http
  6. 649
      智慧平车/平车基础版.http
  7. 310
      燕园/燕园.http
  8. 43
      调度系统/调度系统.http
  9. 166
      通用页面/通用页面.http

17
HT/认知.http

@ -18,7 +18,7 @@
### login
# @name login
POST {{test_tall}}/users/signin
POST {{localhost_tall}}/users/signin
# POST {{localhost_tall}}/users/signin
{{type}}
@ -177,8 +177,8 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":"1397833716453216256",
"report": "REPORT1.2"
"id":"1448225774837567488"
# "report": "REPORT1.2"
}
}
@ -228,15 +228,15 @@ Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\
### BNT LFT DST
### 导入指定测评
# POST {{localhost_ht}}/importEvaluation?code=DST
POST {{localhost_ht}}/importEvaluation?code=SZFHJC
POST {{test_ht}}/importEvaluation?code=AVLT
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="< C:\Users\dou\Desktop\导入数据.xlsx"
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\导入数据2021-10-15.xlsx"
# Content-Type: image/png
< C:\Users\dou\Desktop\导入数据.xlsx
< C:\Users\23778\Downloads\导入数据2021-10-15.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
@ -258,8 +258,8 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id": "1397815195593740288" ,
"code": "MMSE"
"id": "1442397130294693888" ,
"code": "MoCA"
}
}
@ -396,4 +396,3 @@ POST https://cloud.baidu.com/aidemo
Content-Type: application/x-www-form-urlencoded
type=tns&per=4119&spd=1&pit=5&vol=5&aue=6&tex=胳膊,猫,刀

24
TALL3/tall.http

@ -1,4 +1,5 @@
@localhost = http://localhost:7130
@localhost = http://localhost:7130/v3.0
@test = http://192.168.0.99:7130/v3.0
@type = content-type: application/json;charset=utf-8
### 登录
@ -45,6 +46,7 @@ GET https://test.tall.wiki/gateway/tall3/v3.0/users/code
Authorization: Bearer {{login.response.body.$.data.token}}
###合并账号
POST https://www.tall.wiki/gateway/tall3/v3.0/users/merge
{{type}}
@ -69,12 +71,13 @@ Authorization: Bearer {{login.response.body.$.data.token}}
### 修改账号
POST {{localhost}}/users/password/account
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"account": "whj",
"passwordOld": "123456",
"passwordNew": "1234567"
}
"passwordOld": "1234567",
"passwordNew": "123456"
}
### debug
@ -82,3 +85,16 @@ POST {{localhost}}/users/password/account
POST {{localhost}}/debug
md5: db06c78d1e24cf708a14ce81c9b617ec
#删除项目
###
# POST http://test.tall.wiki/gateway/tall3/v3.0/project/deleteProject
POST {{localhost}}/project/deleteProject
# POST {{loaclhost}}7240/v4.0/project/deleteProject
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
    "param":{
        "projectId":1463422124776759296
    }
}

4
experiment.http

@ -4,8 +4,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
POST http://test.tall.wiki/gateway/tall3/v3.0/users/signin
# POST http://localhost:7130/v3.0/users/signin
{{type}}
{

43
中医药/中医药测试.http

@ -22,13 +22,12 @@ POST {{loaclhost_tall}}/users/signin
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
"identifier": "whj"
},
"scene": 0,
"type": 3
}
### 查看所有试题信息
POST {{loaclhost}}/debug
{{type}}
@ -39,6 +38,10 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
### token
GET {{loaclhost_tall}}/users/token?token={{login.response.body.$.data.token}}
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
### 导入试题类型
Post {{wiki}}/import/code
@ -207,8 +210,31 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"codeNum":2
}
}
### 查询病例
Post {{wiki}}/patient/getById
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
### 添加病例
{
"param": {
"patientId":1
}
}
### 修改比例基础信息
Post {{wiki}}/patient/upPatient
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":1,
"hospitalization":10002,
"inpatientId":3,
"codeNum": "3"
}
}
### 修改病例状态
Post {{wiki}}/patient/upPatientMes
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
@ -279,6 +305,17 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
### debug
Post {{loaclhost}}/debug
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
}
}
### 查询医院的临近任务
Post {{wiki}}/statistics/hospitalAdjacentTasks

60
qcp/qcp.http → 智慧平车/qcp.http

@ -1,21 +1,23 @@
@localhost = http://localhost:7230/v3.0
@localhostTall = http://localhost:7130/v1.0
@www = https://www.tall.wiki/gateway/qcp/v3.0
@wwwTall = https://www.tall.wiki/gateway/tall/v1.0
@test = http://192.168.0.99/gateway/qcp/v3.0
@www_tall = http://www.tall.wiki:7130/v3.0
@test_tall = http://192.168.0.99:7130/v3.0
@tTall = https://www.tall.wiki/gateway/tall/v1.0
@type = content-type: application/json;charset=utf-8
### login
# @name login
POST {{wwwTall}}/users/signin
# POST {{localhostTall}}/users/signin
POST {{test_tall}}/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
"identifier": "screen0"
},
"scene": 0,
"type": 3
@ -31,7 +33,47 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"projectId": "1"
}
}
### 查询质控报告
POST {{test}}/screen/countYear
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
}
}
### 查询医院全部平车
POST {{test}}/car/queryAll
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"projectId":1
}
}
### 大屏急救各个节点时间统计
POST {{test}}/screen/getPointTime
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"carId":3
}
}
### 查询平车最新环节的时间
POST {{test}}/screen/queryStepTime
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
}
}
### 查询质控报告
POST {{www}}/statistical/queryQuality
@ -185,9 +227,9 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"patientName":""
}
}
###
POST http://www.tall.wiki/gateway/qcp/v3.0/patient/subordinate
# POST http://127.0.0.1:7230/v3.0/patient/sandClock
###
POST http://www.tall.wiki/gateway/qcp/v3.0/patient/queryAidRecord
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
@ -198,7 +240,6 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
### 时间沙漏
POST http://www.tall.wiki/gateway/qcp/v3.0/patient/sandClock
# POST http://127.0.0.1:7230/v3.0/patient/sandClock
@ -211,7 +252,6 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
}
### 查询急救标准信息
POST {{localhost}}/statistical/getPointTime
{{type}}
@ -223,4 +263,4 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"type":0
}
}
}

649
智慧平车/平车基础版.http

@ -0,0 +1,649 @@
@localhost = http://localhost:7240/v4.0
@localhost_tall = http://localhost:7130/v3.0
@test_tall = http://192.168.0.99:7130/v3.0
@test = http://192.168.0.99/gateway/carbasics/v4.0/
@www_tall = http://www.tall.wiki:7130/v3.0
@www = http://www.tall.wiki/gateway/carbasics/v4.0/
@type = content-type: application/json;charset=utf-8
### 登录
# @name login
POST {{localhost_tall}}/users/signin
{{type}}
{
"client": 1,
"type": 3,
"data": {
"identifier": "whj",
"credential": "123456"
}
}
//Excel
### 导入Code字典
POST {{www}}/dictionaries/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.xls"
Content-Type: xlsx
< D:\项目\质控\暴风眼code.xls
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 批量提交code
POST {{localhost}}/patient/aidRecord
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1439052566196658176",
"userType":1,
"codeAndAnswerList":[
{
"questionCode":"JBXX-FBTime",
"answer":[""]
}
# 发病时间
# {
# "questionCode":"JBXX-FBTime",
# "answer":[""]
# }
# 到院时间
# {
# "questionCode":"JBXX-DYSJ",
# "answer":["1632814105481"]
# }
# 最后正常时间
# {
# "questionCode":"JBXX-ZHZC",
# "answer":["1632814105479"]
# },
# 住院时间
# {
# "questionCode":"JBXX-ZYSJ",
# "answer":[""]
# },
# # 开始静脉溶栓时间
# {
# "questionCode":"JMRSSJ",
# "answer":["1632814105481"]
# }
# # 穿刺完成时间
# {
# "questionCode":"JRZL-CCSJ",
# "answer":[""]
# },
# # 首次血管再通时间
# # {
# # "questionCode":"JRZL-ZCKT",
# # "answer":[""]
# # },
# # 手术开始时间
# {
# "questionCode":"ZYZL-KSSJ",
# "answer":[""]
# },
# # 出院时间
# {
# "questionCode":"CYQK-CYSJ",
# "answer":[""]
# },
# # 烟雾病的手术开始时间
# {
# "questionCode":"TSCX-SSSJ",
# "answer":[""]
# },
# # AVM治疗时间
# {
# "questionCode":"TSCX-AVM-ZLSJ",
# "answer":[""]
# }
# {
# "questionCode":"JMRSSJ",
# "answer":["JMRS的子code"]
# }
# {
# "questionCode":"JRZL",
# "answer":["急救数据"]
# }
# ,
# {
# "questionCode":"JMRS",
# "answer":["出院数据"]
# }
# {
# "questionCode":"JBXX-FBSJ",
# "answer":["1630462888249"]
# },
# {
# "questionCode":"JBXX-DYSJ",
# "answer":["1630462898326"]
# },
# {
# "questionCode":"CJBL-YSBL",
# "answer":["脑卒中"]
# }
# {
# "questionCode":"CYQK-CYSJ",
# "answer":["1630462905366"]
# },
# {
# "questionCode":"CYQK-LYFS",
# "answer":["测试答案"]
# }
]
}
}
### 批量查询
POST {{localhost}}/patient/queryAidRecord
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1",
"codeList":["FZSJ","JZYSDC"]
}
}
### 查询类型的所有下级和完成情况
POST {{localhost}}/patient/subordinate
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":0,
"code":"ZQTH"
}
}
### 患者列表
POST {{localhost}}/patient/querySelf
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"firstAidType":1,
"name":"",
"type":1,
"projectId":1436146379201454080,
"pageNum":1,
"pageSize":10
}
}
### 添加病例
POST {{localhost}}/patient/savePatient
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"name":"张测试",
"gender":1,
"nation":"汉",
"idcard":320381199410090011,
"suspected":"2"
}
}
### debug
POST {{localhost}}/debug
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
### 身份证识别
POST {{www}}/ocr/identifyWords
Authorization: Bearer {{login.response.body.$.data.token}}
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="part"; filename="4.jpg"
< C:\Users\23778\Desktop\4.jpg
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###根据项目ID查询机构ID
POST {{www}}/organization/getByProject
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080"
}
}
###根据类型查询用户是否提交过
POST {{www}}/questionnaire/isSubmit
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"type":"0"
}
}
###统计-列表
POST {{localhost}}/statistical/list
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime":1630892413003,
"projectId":"1",
"startTime":0
}
}
###统计-跑道图
POST {{www}}/statistical/runway
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime":1632848399000,
"projectId":1436146379201454080,
"startTime":1632754800000
}
}
###统计-DNT分段统计
POST {{www}}/statistical/dnt
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime":1633622400000,
"projectId":"1436146561993416704",
"startTime":0
}
}
###统计-DPT分段统计
POST {{www}}/statistical/dpt
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime":1631699437000,
"projectId":"1436146379201454080",
"startTime":0
}
}
###统计-列表
POST {{www}}/statistical/list
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime":1631699437000,
"projectId":"1436146379201454080",
"startTime":0
}
}
###统计-手术方式/来院方式
#手术 ZYZL-SSFZ ZYZL-KSSJ
#来院 JBXX-LYFS JBXX-DYSJ
POST {{www}}/statistical/toCourtStatistics
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime":1631763023000,
"projectId":"1436146379201454080",
"startTime":0,
"questionCode":"JBXX-LYFS",
"accordCode":"JBXX-DYSJ"
}
}
###分项-溶栓患者/机械再通/脑出血
# 溶栓:ZLFA-JMRS 是 JMRSSJ
# 机械再通:ZLFA-XGZL 是 JRZL-CCSJ
# 脑出血:RYPG-ZDJG 出血性脑卒中 ZYZL-KSSJ
POST {{www}}/statistical/countSpecifyAnswer
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"startTime":"1631199600000",
"endTime":"1631289599000",
"countType":0,
"questionCode":"ZLFA-XGZL",
"answer":"是",
"accordCode":"JRZL-CCSJ"
}
}
###分项-时间窗
POST {{www}}/statistical/timeWindowsPatient
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"startTime":"1631199600000",
"endTime":"1631784386910",
"countType":1
}
}
###分项-溶栓率
POST {{www}}/statistical/thrombosisRate
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"startTime":"1630483038000",
"endTime":"1631782123670",
"countType":0
}
}
###分项-中位数
#ONT: JMRSSJ JBXX-FBSJ
#DNT: JMRSSJ JBXX-DYSJ
#DPT: JRZL-CCSJ JBXX-DYSJ
POST {{www}}/statistical/timeMedian
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime":1640966399000,
"projectId":"1436146379201454080",
"startTime":"1606838400000",
"countType":2,
"subtractionCode":"JBXX-DYSJ",
"minuendCode":"YJJL-CTendTime"
}
}
### 各地-时间窗
POST {{www}}/statistical/placeTimeWindows
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"code":"SZK",
"startTime":"1630483038000",
"endTime":"1630655849139"
}
}
### 各地-溶栓率
POST {{localhost}}/statistical/gdThrombosisRate
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"code":"SZK",
"startTime":"1630483038000",
"endTime":"1630655849139"
}
}
### 各地-中位数
#ONT: JMRSSJ JBXX-FBSJ
#DNT: JMRSSJ JBXX-DYSJ
#DPT: JRZL-CCSJ JBXX-DYSJ
POST {{www}}/statistical/areaMedian
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"code":"SZK",
"startTime":"100000000",
"endTime":"1631699437000",
"subtractionCode":"JBXX-DYSJ",
"minuendCode":"JRZL-CCSJ"
}
}
### 各地-各地-溶栓患者/机械再通/脑出血
# 溶栓:ZLFA-JMRS 是 JMRSSJ
# 机械再通:ZLFA-XGZL 是 JRZL-CCSJ
# 脑出血:RYPG-ZDJG 出血性脑卒中 ZYZL-KSSJ
POST {{test}}/statistical/gdCountSpecifyAnswer
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"code":"SZK",
"startTime":"1630483038000",
"endTime":"1630655849139",
"questionCode":"ZLFA-JMRS",
"answer":"是",
"accordCode":"JRZL-CCSJ"
}
}
####加入急救
# 1442039157613666304
POST {{localhost}}/firstAid/join
# POST https://test.tall.wiki/gateway/defaultwbs/power/query
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"type":"0",
"firstAidId":"1442041970834022400",
"projectId":"1436146379201454080"
}
}
#退出急救
###F
POST {{localhost}}/firstAid/quit
# POST https://test.tall.wiki/gateway/defaultwbs/power/query
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"firstAidId":"1442041970834022400"
}
}
#修改病例状态
###F
POST {{localhost}}/firstAid/updateStatus
# POST https://test.tall.wiki/gateway/defaultwbs/power/query
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"firstAidId":"1442041970834022400",
"dataStatus":5
}
}
#秘书审核
###F
POST {{localhost}}/patient/updateBySecretary
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"firstAidId":"1442041970834022400",
"dataStatus":6
}
}
### 秘书查看患者信息
POST {{localhost}}/patient/listByQuality
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"dataStatus":"",
"name":"",
"startTime":"",
"endTime":"",
"hospitalNumber":"",
"idcard":""
}
}
### 质控员查看患者信息
POST {{localhost}}/patient/listByQuality
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1436146379201454080",
"dataStatus":"",
"name":"",
"startTime":"",
"endTime":"",
"hospitalNumber":"",
"idcard":""
}
}
### 修改患者信息
POST {{localhost}}/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 {{localhost}}/patient/getPatient
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"111"
}
}
### 医院排名
POST {{www}}/organization/rank
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"areaId":"",
"level":"3",
"type":0,
"projectId": 1
}
}
### 地区信息
POST {{www}}/statistical/provinceCity
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"code":""
}
}
### 地区信息
POST {{www}}/firstAid/getDetail
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1"
}
}
//Excel
### 导入Code字典
POST {{www}}/organization/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
< D:\项目\质控\导入\质控医院.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 医院信息
POST {{localhost}}/doctor/getHospital
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
### 医院信息
POST {{test}}/equipment/buttonStart
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"firstAidId":
}
}

310
燕园/燕园.http

@ -0,0 +1,310 @@
@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
### 登录
# @name login
POST {{test_tall}}/users/signin
{{type}}
{
"client": 1,
"type": 3,
"data": {
"identifier": "song",
"credential": "999999"
}
}
### 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}}/userPower/identity
{{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}}/question/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"code":"NLCP",
"reportId": "1464155290781618176",
"num": "17"
}
}
###保存答案
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}}/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--

43
调度系统/调度系统.http

@ -1,5 +1,6 @@
@type = content-type: application/json;charset=utf-8
@localhost = http://127.0.0.1:8001
@test = http://192.168.0.99:8000
### 添加任务
POST {{localhost}}/job/add
@ -7,19 +8,19 @@ POST {{localhost}}/job/add
{
"param": {
"jobName": "task_job_1003",
"jobName": "task_job_002",
"jobGroupName": "tcm",
"triggerName": "task_trigger_1003",
"triggerName": "task_trigger_002",
"triggerGroupName": "tcm_trigger",
"startTime": "1627280545000",
"endTime": "1627291345000",
"startTime": "1629366460000",
"endTime": "1629366760000",
"job" : 0,
"cron": "0/5 * * * * ?",
"notifyWay":2,
"notifyUrl": "2377881365@qq.com",
"notifyParam": "{\"subject\":\"酒\",\"content\":\"遣怀诗共酒,何问寿与殇。\"}"
"cron": "0/15 * * * * ?",
"notifyWay":0,
"notifyUrl": "http://www.baidu.com/",
"notifyParam": "{}"
}
}
### 修改任务
@ -28,17 +29,16 @@ POST {{localhost}}/job/modifyTime
{
"param": {
"triggerName": "task_trigger_1002",
"triggerName": "task_trigger_1005",
"triggerGroupName": "tcm_trigger",
"startTime": "1627280545000",
"endTime": "1627291345000",
"startTime": "1628755807000",
"endTime": "1628763007000",
"job" : 0,
"cron": "0/5 * * * * ?",
"notifyWay":2,
"notifyUrl": "2377881365@qq.com",
"notifyParam": "{\"subject\":\"酒\",\"content\":\"遣怀诗共酒,何问寿与殇。\"}"
"cron": "0/15 * * * * ?",
"notifyWay":3,
"notifyUrl": "18701389847",
"notifyParam": "{\"templateId\":686476,\"params\":[\"1234\",\"20\"]}"
}
}
### 停止
@ -50,7 +50,7 @@ POST {{localhost}}/job/pause
"jobName": "task_job_1001",
"jobGroupName": "tcm"
}
}
### 恢复
@ -62,7 +62,7 @@ POST {{localhost}}/job/resume
"jobName": "task_job_1001",
"jobGroupName": "tcm"
}
}
### 删除
POST {{localhost}}/job/remove
@ -75,7 +75,7 @@ POST {{localhost}}/job/remove
"triggerName": "task_trigger_1001",
"triggerGroupName": "tcm_trigger"
}
}
@ -101,6 +101,3 @@ yefei
lizhi:niandi
licai

166
通用页面/通用页面.http

@ -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…
Cancel
Save