Browse Source

settting

master
zy_Java 4 years ago
parent
commit
fac44c008d
  1. 18
      HT/认知.http

18
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}}

Loading…
Cancel
Save