You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.3 KiB

###
@www = https://www.tall.wiki/gateway/tcm
@test = http://test.tall.wiki/gateway/tcm
@green = https://www.sxwikionline.com/gateway/tcm
@loaclhost = http://localhost:7150
@type = content-type: application/json;charset=utf-8
### login
# @name login
# POST http://test.tall.wiki/gateway/tall/v1.0/users/signin
POST http://www.tall.wiki/gateway/tall/v1.0/users/signin
# POST http://localhost:7030/v1.0/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
},
"scene": 0,
"type": 3
}
### redis
# POST {{test}}/import/updateRedis
POST {{green}}/import/updateRedis
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{green}}/question/queryAll
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"code":"BSXG"
}
}
###
POST {{test}}/inpatient/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{green}}/question/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":"1",
"code":"",
"nums":0
}
}
###
Post {{loaclhost}}/statistics/complete
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"hospitalId":"",
"userId":""
}
}
###
Post {{loaclhost}}/statistics/hospital/complete
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"hospitalId":"",
"userId":""
}
}
###
Post {{test}}/patient/selSearchCriteriaList
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{loaclhost}}/conferenceRecords/save
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"taskId":"123456",
"startTime":"2021-02-02 01:02:03",
"endTime":"2021-02-08 01:02:03",
"place":"",
"host":"",
"participants":"",
"discussionContent":"",
"meetingMinutes":"便"
}
}