From dbe47b69bc354067c2c9c3045525946e7e0f33b8 Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Wed, 14 Apr 2021 10:45:06 +0800 Subject: [PATCH 1/4] 20210414 --- tall/input/input.http | 38 +++++++++++++++++++++++++++++++------- tall/project/project.http | 26 ++++++++++++++++++++------ 绿谷/greenvalley.http | 35 ++++++++++++++++++++++++++++++----- 3 files changed, 81 insertions(+), 18 deletions(-) diff --git a/tall/input/input.http b/tall/input/input.http index 925aa23..18ba320 100644 --- a/tall/input/input.http +++ b/tall/input/input.http @@ -1,11 +1,11 @@ @tall = https://www.tall.wiki/gateway/tall/v1.0 @test = https://test.tall.wiki/gateway/tall/v1.0 -@localhost = http://localhost:7030 +@localhost = http://localhost:7030/v1.0 @type = content-type: application/json;charset=utf-8 ### 登录 # @name login -POST {{test}}/users/signin +POST {{tall}}/users/signin # POST http://localhost:7030/v1.0/users/signin {{type}} @@ -13,13 +13,37 @@ POST {{test}}/users/signin "client": 1, "type": 3, "data": { - "identifier": "zy11", - "credential": "123456" + "identifier": "song", + "credential": "999999" } } -#删除输入文档的文件 -###F + +###通过任务id查询交付物详情 +POST {{test}}/delivers/queryByTaskId +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "taskId":1380090491823067136 +} + + + +###检查交付物 +POST {{test}}/delivers/check +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "checkStatus":true, + "deliverLogId":1380766744729227264, + "score": 5, + "taskId": "1380090491823067136", + "text": "123123" +} + +###删除输入文档的文件 # POST http://localhost:7030/v1.0/inputDoc/delDocOfFile POST {{test}}/inputDoc/delDocOfFile {{type}} @@ -48,7 +72,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} #修改输入文档的备注 ###F # POST http://localhost:7030/v1.0/inputDoc/uploadForDoc -POST {{test}}/inputDoc/updateDocOfRemark +POST {{tall}}/inputDoc/updateDocOfRemark {{type}} Authorization: Bearer {{login.response.body.$.data.token}} diff --git a/tall/project/project.http b/tall/project/project.http index 1ac9589..216a1a2 100644 --- a/tall/project/project.http +++ b/tall/project/project.http @@ -1,14 +1,13 @@ @tall = https://www.tall.wiki/gateway/tall/v1.0 @test = https://test.tall.wiki/gateway/tall/v1.0 +@green = https://www.sxgreenvalley.com/gateway/tall/v1.0 @localhost = http://localhost:7030/v1.0 @type = content-type: application/json;charset=utf-8 -@token = Authorization: Bearer {{login.response.body.$.data.token}} - -@token= eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MTczMjg2MDksInN1YiI6IjEyMTgwMjUyNDk0OTMzNTY1NDQiLCJhdXRoSWQiOiIxMTgzNjM2MjkxNjQ5MTQ2ODgwIiwiZXhwIjoxNjE3NDE1MDA5fQ.22OvohHsYtuR527otz6A1p8Ebft9O3UM5bSFysh1Hwc +# @token= eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MTczMjg2MDksInN1YiI6IjEyMTgwMjUyNDk0OTMzNTY1NDQiLCJhdXRoSWQiOiIxMTgzNjM2MjkxNjQ5MTQ2ODgwIiwiZXhwIjoxNjE3NDE1MDA5fQ.22OvohHsYtuR527otz6A1p8Ebft9O3UM5bSFysh1Hwc ### 登录 # @name login -POST {{localhost}}/users/signin +POST {{tall}}/users/signin # POST http://localhost:7030/v1.0/users/signin {{type}} @@ -16,12 +15,27 @@ POST {{localhost}}/users/signin "client": 1, "type": 3, "data": { - "identifier": "zy11", + "identifier": "wps", "credential": "123456" } } +### 获取wps路径 +POST {{tall}}/wps/visitUrls +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "businessId": 1293457817902125056, + "businessType": 12, + "userId": 1381548271167737857 +} + + + + + ### 测试-调用文件系统获取文件信息 GET {{localhost}}/debug/htt {{type}} @@ -90,4 +104,4 @@ Content-Type: xlsx ### GET {{test}}/projects/1/roles {{type}} -{{token}} + diff --git a/绿谷/greenvalley.http b/绿谷/greenvalley.http index a9dfae5..82fbabb 100644 --- a/绿谷/greenvalley.http +++ b/绿谷/greenvalley.http @@ -1,5 +1,5 @@ @www = https://www.sxwikionline.com/gateway/tall/v1.0 -@green = https://www.sxwikionline.com/gateway/greenvalley +@green = https://www.sxgreenvalley.com/gateway/greenvalley @policy = https://www.sxwikionline.com/gateway/policy @type = content-type: application/json;charset=utf-8 @@ -124,7 +124,9 @@ Authorization: Bearer {{login.response.body.$.data.token}} "param": { "name":"", "model":"", - "recStatus":"" + "recStatus":"", + "pageNum":-1, + "pageSize":1 } } @@ -502,19 +504,42 @@ Authorization: Bearer {{login.response.body.$.data.token}} } ### -# POST http://localhost:7110/page/update -POST {{green}}/page/update +POST http://localhost:7110/page/update +# POST {{green}}/page/update {{type}} Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "id":47, + "id":32, "titleCode":"创新平台-创新服务平台", "content":"888" } } +### +# POST http://localhost:7110/page/regenerate +POST {{green}}/page/regenerate +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "titleCode":"创新平台-协同创新中心" + } +} + +### +POST http://localhost:7110/page/detail +# POST {{green}}/page/update +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "titleCode":"创新平台-协同创新中心" + } +} ### POST http://localhost:7110/page/delete {{type}} From 32076c5dc767f728c46c7979fc835f57b3daeb2e Mon Sep 17 00:00:00 2001 From: ma <1062634917@qq.com> Date: Thu, 15 Apr 2021 17:43:32 +0800 Subject: [PATCH 2/4] 0415 --- tall/input/input.http | 14 ++++++++++---- tall/project/project.http | 6 +++--- tall/role/role.http | 40 +++++++++++++++++++++++++++++++++++++++ 文件管理/file/file.http | 4 ++-- 绿谷/greenvalley.http | 13 +++++++++++++ 5 files changed, 68 insertions(+), 9 deletions(-) create mode 100644 tall/role/role.http diff --git a/tall/input/input.http b/tall/input/input.http index 86d15d8..e591085 100644 --- a/tall/input/input.http +++ b/tall/input/input.http @@ -1,6 +1,6 @@ @tall = https://www.tall.wiki/gateway/tall/v1.0 @test = https://test.tall.wiki/gateway/tall/v1.0 -@localhost = http://localhost:7030 +@localhost = http://localhost:7030/v1.0 @type = content-type: application/json;charset=utf-8 ### 登录 @@ -18,10 +18,16 @@ POST {{test}}/users/signin } } +### 测试-调用文件系统获取文件信息 +GET {{localhost}}/users/userId?userId=1218763410024566784 +{{type}} + + + #删除输入文档的文件 ###F # POST http://localhost:7030/v1.0/inputDoc/delDocOfFile -POST {{test}}/inputDoc/delDocOfFile +POST {{{localhost}}/inputDoc/delDocOfFile {{type}} Authorization: Bearer {{login.response.body.$.data.token}} @@ -54,8 +60,8 @@ Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "recordId":"1379379169804292096", - "remark":"我在服务器修改了备注" + "recordId":"1379632746409889792", + "remark":"123456789" } } diff --git a/tall/project/project.http b/tall/project/project.http index fdf7bac..8cd9ba6 100644 --- a/tall/project/project.http +++ b/tall/project/project.http @@ -16,7 +16,7 @@ POST {{localhost}}/users/signin "client": 1, "type": 3, "data": { - "identifier": "chen", + "identifier": "mazhuang", "credential": "123456" } } @@ -31,7 +31,7 @@ GET {{localhost}}/debug/htt ] ### 测试-根据项目id获取二级角色列表 -GET {{localhost}}/projects/1377463632086044672/roles +GET {{localhost}}/projects/1379992067547205632/roles {{type}} Authorization: Bearer {{login.response.body.$.data.token}} @@ -84,7 +84,7 @@ title Content-Disposition: form-data; name="file"; filename="绿谷研究院项目管理WBS.xlsx" Content-Type: xlsx -< C:\Users\dou\Desktop\维基后台WBS-1.0-20210324.xlsx +< C:\Users\10626\Desktop\维基后台WBS.xlsx ------WebKitFormBoundary7MA4YWxkTrZu0gW-- ### diff --git a/tall/role/role.http b/tall/role/role.http new file mode 100644 index 0000000..890e63f --- /dev/null +++ b/tall/role/role.http @@ -0,0 +1,40 @@ +@tall = https://www.tall.wiki/gateway/tall/v1.0 +@test = https://test.tall.wiki/gateway/tall/v1.0 +@localhost = http://localhost:7030/v1.0 +@type = content-type: application/json;charset=utf-8 +@token = Authorization: Bearer {{login.response.body.$.data.token}} + +@token= eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MTczMjg2MDksInN1YiI6IjEyMTgwMjUyNDk0OTMzNTY1NDQiLCJhdXRoSWQiOiIxMTgzNjM2MjkxNjQ5MTQ2ODgwIiwiZXhwIjoxNjE3NDE1MDA5fQ.22OvohHsYtuR527otz6A1p8Ebft9O3UM5bSFysh1Hwc + +### 登录 +# @name login +POST {{localhost}}/users/signin +# POST http://localhost:7030/v1.0/users/signin +{{type}} + +{ + "client": 1, + "type": 3, + "data": { + "identifier": "zy11", + "credential": "123456" + } +} + +### 测试-查询项目下得所有角色。查看全部 +GET {{localhost}}/projects/1382575871117889536/roles +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + +} + +### 测试-查询项目下得所有角色。查可见 +GET {{localhost}}/roles/1382575871117889536/roles +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + +} \ No newline at end of file diff --git a/文件管理/file/file.http b/文件管理/file/file.http index af38488..0ca3e11 100644 --- a/文件管理/file/file.http +++ b/文件管理/file/file.http @@ -9,7 +9,7 @@ ### 登录 # @name login -POST {{testFile}}/users/signin +POST {{testTall}}/users/signin {{type}} { @@ -32,7 +32,7 @@ POST {{localhost}}/file/query ### 批量添加文件 -POST {{localhost}}/file/upload/multiple +POST {{testFile31}}/file/upload/multiple Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW ------WebKitFormBoundary7MA4YWxkTrZu0gW diff --git a/绿谷/greenvalley.http b/绿谷/greenvalley.http index a9dfae5..d39258e 100644 --- a/绿谷/greenvalley.http +++ b/绿谷/greenvalley.http @@ -22,6 +22,19 @@ POST http://localhost:7030/v1.0/users/signin "type": 3 } +### +POST {{green}}/PersonApply/SearchJoinUs +# POST http://localhost:7110/achInstr/addRes +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "pageNum": 1, + "pageSize": 10 + } +} + ### POST {{green}}/achInstr/selInstrumentMesH # POST http://localhost:7110/achInstr/addRes From ea63a93f0c4d69f9fa4b2796c9fdce006e7f6fb3 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Sun, 25 Apr 2021 18:02:24 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E9=87=8F=E8=A1=A8=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HT/认知.http | 39 ++++++++++++++++++++++++++++++++++----- 中医药/中医药测试.http | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 61 insertions(+), 20 deletions(-) diff --git a/HT/认知.http b/HT/认知.http index 5777a71..6475136 100644 --- a/HT/认知.http +++ b/HT/认知.http @@ -3,8 +3,11 @@ @sxzxyzzlm_tall = https://sxzxyzzlm.tall.wiki/gateway/tall/v1.0 @localhost_question = http://127.0.0.1:7160 @localhost_ht = http://127.0.0.1:7040 -@test_ht = http://192.168.31.13/gateway/ht +@localhost_tall = http://127.0.0.1:7030/v1.0 +# @test_ht = http://192.168.31.13/gateway/ht +@test_ht = http://test.tall.wiki/gateway/ht @test_tall = http://192.168.0.99/gateway/tall/v1.0 +@sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 @sd_ht = https://sd.tall.wiki/gateway/ht @@ -15,7 +18,8 @@ ### login # @name login -POST {{sxzxyzzlm_tall}}/users/signin +# POST {{sd_tall}}/users/signin +POST {{localhost_tall}}/users/signin {{type}} { @@ -34,10 +38,10 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g title ------WebKitFormBoundary7MA4YWxkTrZu0gW -Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\1.xlsx" +Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\导入数据.xlsx" # Content-Type: image/png -< C:\Users\23778\Downloads\1.xlsx +< C:\Users\23778\Downloads\导入数据.xlsx ------WebKitFormBoundary7MA4YWxkTrZu0gW-- ### 导入类型 @@ -72,7 +76,19 @@ Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "id": "1374624446844899328" + "id": "1341582151497420800" + } +} + +### 导出指定报告单 +POST {{sd_ht}}/export +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "id": "1385245118524690432" , + "code": "ADL" } } @@ -119,3 +135,16 @@ Authorization: Bearer {{login.response.body.$.data.token}} "pageSize": 15 } } + + +### 画图分析 +POST {{localhost_ht}}/queryCanvas +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "patientReportId": "1385191545782800384", + "questionId": "1340952996439265280" + } +} diff --git a/中医药/中医药测试.http b/中医药/中医药测试.http index 0e363bc..f9e2bdd 100644 --- a/中医药/中医药测试.http +++ b/中医药/中医药测试.http @@ -13,7 +13,7 @@ # @name login # POST http://test.tall.wiki/gateway/tall/v1.0/users/signin -POST {{wiki_tall}}/users/signin +POST {{loaclhost_tall}}/users/signin # POST http://localhost:7030/v1.0/users/signin {{type}} @@ -21,7 +21,7 @@ POST {{wiki_tall}}/users/signin "client": 1, "data": { "credential": "123456", - "identifier": "zy11" + "identifier": "doctorli" }, "scene": 0, "type": 3 @@ -34,21 +34,21 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g title ------WebKitFormBoundary7MA4YWxkTrZu0gW -Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx" +Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx" -< C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx +< C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx ------WebKitFormBoundary7MA4YWxkTrZu0gW-- ### 导入试题 -Post {{wiki}}/import/all +Post {{loaclhost}}/import/all Authorization: Bearer {{login.response.body.$.data.token}} Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW title ------WebKitFormBoundary7MA4YWxkTrZu0gW -Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx" +Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx" -< C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx +< C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx ------WebKitFormBoundary7MA4YWxkTrZu0gW-- @@ -67,7 +67,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} "param": { "hospitalId":1, "code":"JLDPLXGCS", - "url":"https://www.tall.wiki/staticrec/test/4.jpg" + "url":"http://sxzxyzzlm.tall.wiki/gateway/tcm/uploads/upload/20210425/62a783634cd041ea9badde68a6e96b55.jpg" } } @@ -84,32 +84,32 @@ Authorization: Bearer {{login.response.body.$.data.token}} ### 查看所有试题信息 -Post {{wiki}}/question/queryAll +Post {{loaclhost}}/question/queryAll {{type}} Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "code":"BSXG" + "code":"ZLXG" } } ### 查询所有对照组信息 -POST {{test}}/inpatient/query +POST {{loaclhost}}/inpatient/query {{type}} Authorization: Bearer {{login.response.body.$.data.token}} ### 查看患者的试题和答题信息 -Post {{loaclhost}}/question/query +Post {{wiki}}/question/query {{type}} Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "id":"1369189040502611968", - "code":"BSXG", + "id":"1377810337931468800", + "code":"", "nums":0 } } @@ -142,7 +142,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} ### 统计各个医院的病例完成情况 -Post {{test}}/patient/selSearchCriteriaList +Post {{wiki}}/patient/selSearchCriteriaList {{type}} Authorization: Bearer {{login.response.body.$.data.token}} @@ -166,3 +166,15 @@ Authorization: Bearer {{login.response.body.$.data.token}} "meetingMinutes":"随便" } } + +### 添加病例 +Post {{wiki}}/patient/savePatientMes +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "hospitalization":"whj003", + "inpatientId":"3" + } +} \ No newline at end of file From 73b95d8852a89121a0e97e40fc986cf8b949d0a8 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Sun, 25 Apr 2021 19:05:13 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HT/认知.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HT/认知.http b/HT/认知.http index 6475136..ab9746d 100644 --- a/HT/认知.http +++ b/HT/认知.http @@ -32,7 +32,7 @@ POST {{localhost_tall}}/users/signin "type": 3 } -### 导入全部 +### 导入全部 ===张斌 POST {{test_ht}}/importBase Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW