From e5013231d929bc4c790e6385e62d746798a172e8 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Sat, 8 May 2021 15:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E9=99=A2=E6=89=80=E6=9C=89=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E7=9A=84=E4=B8=B4=E8=BF=91=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HT/认知.http | 6 ++--- 中医药/中医药测试.http | 56 ++++++++++++++++++++++++++++++++++++------ 2 files changed, 51 insertions(+), 11 deletions(-) diff --git a/HT/认知.http b/HT/认知.http index 38214bb..2b79dcb 100644 --- a/HT/认知.http +++ b/HT/认知.http @@ -6,7 +6,7 @@ @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 +@test_tall = http://192.168.31.13/gateway/tall-ht/v1.0 @sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 @sd_ht = https://sd.tall.wiki/gateway/ht @@ -19,7 +19,7 @@ ### login # @name login # POST {{sd_tall}}/users/signin -POST {{localhost_tall}}/users/signin +POST {{test_tall}}/users/signin {{type}} { @@ -70,7 +70,7 @@ Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Documents\ ### 导出 -POST {{localhost_ht}}/exportReport +POST {{test_ht}}/exportReport {{type}} Authorization: Bearer {{login.response.body.$.data.token}} diff --git a/中医药/中医药测试.http b/中医药/中医药测试.http index bd96b7f..9f496de 100644 --- a/中医药/中医药测试.http +++ b/中医药/中医药测试.http @@ -111,9 +111,8 @@ Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "id":"1369189040502611968", - - "code":"", + "id":"1390224835216678912", + "code":"QXJC", "nums":0 } } @@ -191,6 +190,18 @@ Authorization: Bearer {{login.response.body.$.data.token}} } } +### 添加病例 +Post {{wiki}}/patient/upPatientMes +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "id":1390224835216678912, + "inputStatus":"6" + } +} + ### 查询患者基本信息 Post {{wiki}}/patient/selPatientMes {{type}} @@ -198,11 +209,14 @@ Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "hospitalization":"whj", - "inpatientId":"3", - "code":"F30", - "doctorName":"doctor", - "queryAuthority":0 + "hospitalization": null, + "inpatientId":"", + "code":"", + "startTime":"2021-05-06 20:00:00", + "endTime":"", + "doctorId":"1368849516723445760", + "queryAuthority":2, + "hospitalId":1 } } @@ -230,3 +244,29 @@ Authorization: Bearer {{login.response.body.$.data.token}} } } + + +### 查询医生 +Post {{wiki}}/doctor/simpleMsg +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "authority": 1, + "role":0 + } +} + + +### 查询医院的临近任务 +Post {{wiki}}/statistics/hospitalAdjacentTasks +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "pageNum": 1, + "pageSize":10 + } +}