From fac44c008d9a7b21ac73b4e0f2c872ee672ff7f7 Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Wed, 13 Oct 2021 10:40:36 +0800 Subject: [PATCH] settting --- HT/认知.http | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/HT/认知.http b/HT/认知.http index 7317ed9..c9b33b5 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.4.113/gateway/ht @test_ht = http://test.tall.wiki/gateway/ht -@test_tall = http://192.168.4.113/gateway/tall-ht/v1.0 +@test_tall = http://192.168.0.99/gateway/tall-ht/v1.0 @sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 @sd_ht = https://sd.tall.wiki/gateway/ht @@ -171,7 +171,7 @@ Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MjM4OTQzMTEsInN1YiI6IjEyM } ### 查询报告单信息 -POST {{localhost_ht}}/queryReportDetail +POST {{test_ht}}/queryReportDetail {{type}} Authorization: Bearer {{login.response.body.$.data.token}} @@ -286,7 +286,8 @@ POST {{test_ht}}/queryReportDetail } ### 搜索报告单 -POST {{test_ht}}/patientReport/search +# POST {{test_ht}}/patientReport/search +POST {{localhost_ht}}/patientReport/search {{type}} Authorization: Bearer {{login.response.body.$.data.token}} @@ -294,9 +295,9 @@ Authorization: Bearer {{login.response.body.$.data.token}} "param": { "codes" : [ { - "code":"DXL", - "start":0, - "end": 12 + "code":"NPI", + "start":3, + "end": "" } ], "pageNum" : 1, @@ -319,6 +320,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} } + ### 画图分析 POST {{localhost_ht}}/queryCanvas {{type}} @@ -326,7 +328,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "patientReportId": "1398098337596575744", + "patientReportId": "1442772807330172928", "questionId": "1207564351553277953" } } @@ -353,7 +355,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} } } ### 查询试题 -POST {{localhost_ht}}/queryQuestion +POST {{test_ht}}/queryQuestion {{type}} Authorization: Bearer {{login.response.body.$.data.token}}