From c1a0d104ca698bfbdb6bc92c05f151055d7bbe2e Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Wed, 2 Jun 2021 17:21:38 +0800 Subject: [PATCH] =?UTF-8?q?ht=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HT/认知.http | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/HT/认知.http b/HT/认知.http index ab9746d..71aa378 100644 --- a/HT/认知.http +++ b/HT/认知.http @@ -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" } }