|
|
|
@ -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}} |
|
|
|
|
|
|
|
|