|
|
|
@ -5,10 +5,10 @@ |
|
|
|
@localhost_ht = http://127.0.0.1:7040 |
|
|
|
@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 |
|
|
|
@test_ht = http://192.168.4.113/gateway/ht |
|
|
|
@test_tall = http://192.168.4.113/gateway/tall-ht/v1.0 |
|
|
|
# @sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 |
|
|
|
# @test_ht = https://sd.tall.wiki/gateway/ht |
|
|
|
|
|
|
|
|
|
|
|
@type = content-type: application/json;charset=utf-8 |
|
|
|
@ -18,8 +18,8 @@ |
|
|
|
|
|
|
|
### login |
|
|
|
# @name login |
|
|
|
# POST {{sd_tall}}/users/signin |
|
|
|
POST {{localhost_tall}}/users/signin |
|
|
|
POST {{test_tall}}/users/signin |
|
|
|
# POST {{localhost_tall}}/users/signin |
|
|
|
{{type}} |
|
|
|
|
|
|
|
{ |
|
|
|
@ -38,34 +38,34 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g |
|
|
|
|
|
|
|
title |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\导入数据.xlsx" |
|
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\导入数据.xlsx" |
|
|
|
# Content-Type: image/png |
|
|
|
|
|
|
|
< C:\Users\23778\Downloads\导入数据.xlsx |
|
|
|
< C:\Users\86183\Desktop\导入数据.xlsx |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|
|
|
|
|
### 导入类型 |
|
|
|
POST {{sd_ht}}/importReportType |
|
|
|
POST {{test_ht}}/importReportType |
|
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
|
|
|
|
title |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\1.xlsx" |
|
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\导入数据.xlsx" |
|
|
|
# Content-Type: image/png |
|
|
|
|
|
|
|
< C:\Users\23778\Downloads\1.xlsx |
|
|
|
< C:\Users\86183\Desktop\导入数据.xlsx |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|
|
|
|
|
### 导入指定测评 |
|
|
|
POST {{sd_ht}}/importEvaluation?code=LBD |
|
|
|
POST {{test_ht}}/importEvaluation?code=DST |
|
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
|
|
|
|
title |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\1.xlsx" |
|
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\导入数据.xlsx" |
|
|
|
# Content-Type: image/png |
|
|
|
|
|
|
|
< C:\Users\23778\Downloads\1.xlsx |
|
|
|
< C:\Users\86183\Desktop\导入数据.xlsx |
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|
|
|
|
|
|
|
|
|
@ -76,7 +76,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param": { |
|
|
|
"id": "1341582151497420800" |
|
|
|
"id": "1341582151497420800" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
{ |
|
|
|
"param": { |
|
|
|
"id": "1385245118524690432" , |
|
|
|
"code": "ADL" |
|
|
|
"code": "ADL" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -99,7 +99,7 @@ POST {{localhost_question}}/patientReport/searchParam |
|
|
|
|
|
|
|
{ |
|
|
|
"param": { |
|
|
|
"parentCode": "KT" |
|
|
|
"parentCode": "KT" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|