Browse Source

中医药根据任务id获取医院id

master
aBin 5 years ago
parent
commit
8a13991aea
  1. 19
      中医药/中医药测试.http

19
中医药/中医药测试.http

@ -34,9 +34,9 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g
title title
------WebKitFormBoundary7MA4YWxkTrZu0gW ------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx" Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\新建文件夹 (4)\病历汇总v1.1-20210409.xlsx"
< C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx < C:\Users\86183\Desktop\新建文件夹 (4)\病历汇总v1.1-20210409.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW-- ------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 导入试题 ### 导入试题
@ -46,9 +46,9 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g
title title
------WebKitFormBoundary7MA4YWxkTrZu0gW ------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx" Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\新建文件夹 (4)\病历汇总v1.1-20210409.xlsx"
< C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx < C:\Users\86183\Desktop\新建文件夹 (4)\病历汇总v1.1-20210409.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW-- ------WebKitFormBoundary7MA4YWxkTrZu0gW--
@ -102,14 +102,14 @@ Authorization: Bearer {{login.response.body.$.data.token}}
### 查看患者的试题和答题信息 ### 查看患者的试题和答题信息
Post {{loaclhost}}/question/query Post {{wiki}}/question/query
{{type}} {{type}}
Authorization: Bearer {{login.response.body.$.data.token}} Authorization: Bearer {{login.response.body.$.data.token}}
{ {
"param": { "param": {
"id":"1369189040502611968", "id":"1377810337931468800",
"code":"BSXG", "code":"",
"nums":0 "nums":0
} }
} }
@ -166,3 +166,8 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"meetingMinutes":"随便" "meetingMinutes":"随便"
} }
} }
### 通过任务Id查询医院Id
Get {{wiki}}/hospatil/byProjectId?projectId=1371735287096545280
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}

Loading…
Cancel
Save