From 4be47a8699ee7da42bbd57c2c4cd399c07ee2fd9 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Tue, 9 Nov 2021 17:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HT/认知.http | 10 ++++---- 智慧平车/qcp.http | 51 ++++++++++++++++++++++++++++++++++++---- 智慧平车/平车基础版.http | 36 +++++++++++++++++++--------- 3 files changed, 77 insertions(+), 20 deletions(-) diff --git a/HT/认知.http b/HT/认知.http index 9514907..645ea70 100644 --- a/HT/认知.http +++ b/HT/认知.http @@ -177,8 +177,8 @@ Authorization: Bearer {{login.response.body.$.data.token}} { "param": { - "id":"1397833716453216256", - "report": "REPORT1.2" + "id":"1448225774837567488" + # "report": "REPORT1.2" } } @@ -228,15 +228,15 @@ Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\ ### BNT LFT DST ### 导入指定测评 # POST {{localhost_ht}}/importEvaluation?code=DST -POST {{localhost_ht}}/importEvaluation?code=SZFHJC +POST {{test_ht}}/importEvaluation?code=AVLT Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW title ------WebKitFormBoundary7MA4YWxkTrZu0gW -Content-Disposition: form-data; name="file"; filename="< C:\Users\dou\Desktop\导入数据.xlsx" +Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\导入数据2021-10-15.xlsx" # Content-Type: image/png -< C:\Users\dou\Desktop\导入数据.xlsx +< C:\Users\23778\Downloads\导入数据2021-10-15.xlsx ------WebKitFormBoundary7MA4YWxkTrZu0gW-- diff --git a/智慧平车/qcp.http b/智慧平车/qcp.http index f53199a..b8d8a6b 100644 --- a/智慧平车/qcp.http +++ b/智慧平车/qcp.http @@ -1,20 +1,23 @@ @localhost = http://localhost:7230/v3.0 @localhostTall = http://localhost:7030/v1.0 @www = https://www.tall.wiki/gateway/qcp/v3.0 -@wwwTall = https://www.tall.wiki/gateway/tall/v1.0 +@test = http://192.168.0.99/gateway/qcp/v3.0 +@www_tall = http://www.tall.wiki:7130/v3.0 +@test_tall = http://192.168.0.99:7130/v3.0 +@tTall = https://www.tall.wiki/gateway/tall/v1.0 @type = content-type: application/json;charset=utf-8 ### login # @name login -POST {{wwwTall}}/users/signin +POST {{test_tall}}/users/signin {{type}} { "client": 1, "data": { - "credential": "1234567", - "identifier": "mazhuang" + "credential": "123456", + "identifier": "screen0" }, "scene": 0, "type": 3 @@ -30,7 +33,47 @@ Authorization: Bearer {{login.response.body.$.data.token}} "projectId": "1" } } +### 查询质控报告 +POST {{test}}/screen/countYear +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + + } +} +### 查询医院全部平车 +POST {{test}}/car/queryAll +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "projectId":1 + } +} +### 大屏急救各个节点时间统计 +POST {{test}}/screen/getPointTime +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "carId":3 + } +} +### 查询平车最新环节的时间 +POST {{test}}/screen/queryStepTime +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + + } +} ### 查询质控报告 POST {{localhost}}/statistical/queryQuality diff --git a/智慧平车/平车基础版.http b/智慧平车/平车基础版.http index ab6938d..fee7467 100644 --- a/智慧平车/平车基础版.http +++ b/智慧平车/平车基础版.http @@ -8,7 +8,7 @@ ### 登录 # @name login -POST {{www_tall}}/users/signin +POST {{localhost_tall}}/users/signin {{type}} { @@ -47,6 +47,11 @@ Authorization: Bearer {{login.response.body.$.data.token}} "projectId":"1439052566196658176", "userType":1, "codeAndAnswerList":[ + + { + "questionCode":"JBXX-FBTime", + "answer":[""] + } # 发病时间 # { # "questionCode":"JBXX-FBTime", @@ -63,15 +68,15 @@ Authorization: Bearer {{login.response.body.$.data.token}} # "answer":["1632814105479"] # }, # 住院时间 - { - "questionCode":"JBXX-ZYSJ", - "answer":[""] - }, + # { + # "questionCode":"JBXX-ZYSJ", + # "answer":[""] + # }, # # 开始静脉溶栓时间 - { - "questionCode":"JMRSSJ", - "answer":["1632814105481"] - } + # { + # "questionCode":"JMRSSJ", + # "answer":["1632814105481"] + # } # # 穿刺完成时间 # { # "questionCode":"JRZL-CCSJ", @@ -102,8 +107,6 @@ Authorization: Bearer {{login.response.body.$.data.token}} # "questionCode":"TSCX-AVM-ZLSJ", # "answer":[""] # } - - # { # "questionCode":"JMRSSJ", # "answer":["JMRS的子code"] @@ -633,3 +636,14 @@ Authorization: Bearer {{login.response.body.$.data.token}} } } + +### 医院信息 +POST {{test}}/equipment/buttonStart +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param":{ + "firstAidId": + } +}