Browse Source

中医药 对照组查询

master
zhizhi wu 4 years ago
parent
commit
76f90e8b90
  1. 9
      中医药/中医药测试.http

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

@ -22,7 +22,7 @@ POST {{wiki_tall}}/users/signin
"client": 1,
"data": {
"credential": "123456",
"identifier": "wenchunli"
"identifier": "doctor"
},
"scene": 0,
"type": 3
@ -100,7 +100,12 @@ Authorization: Bearer {{login.response.body.$.data.token}}
### 查询所有对照组信息
POST {{loaclhost}}/inpatient/query
POST {{wiki}}/inpatient/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
### 查询启用的对照组信息
POST {{wiki}}/inpatient/queryEnable
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}

Loading…
Cancel
Save