|
|
|
|
@www = https://www.tall.wiki/gateway/wisdomcar2/
|
|
|
|
|
@green = https://www.sxwikionline.com/gateway/greenvalley
|
|
|
|
|
@wiki = https://www.sxwikionline.com/gateway/wiki
|
|
|
|
|
@type = content-type: application/json;charset=utf-8
|
|
|
|
|
@type1 = content-type: application/x-www-form-urlencoded
|
|
|
|
|
@typeNew = userId:3345
|
|
|
|
|
@localhost = http://localhost:7170/v1.0
|
|
|
|
|
@localhostTall = http://localhost:7030/v1.0
|
|
|
|
|
@localhostCar = http://localhost:7120
|
|
|
|
|
@testTall = http://192.168.4.113/gateway/tall/v1.0
|
|
|
|
|
@testWisdomCar = http://192.168.4.113/gateway/wisdomcar
|
|
|
|
|
@wwww = https://www.tall.wiki/gateway/tall/v1.0
|
|
|
|
|
|
|
|
|
|
### login
|
|
|
|
|
|
|
|
|
|
# @name login
|
|
|
|
|
POST {{wwww}}/users/signin
|
|
|
|
|
# POST http://localhost:7030/v1.0/users/signin
|
|
|
|
|
{{type}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"client": 1,
|
|
|
|
|
"data": {
|
|
|
|
|
"credential": "123456",
|
|
|
|
|
"identifier": "zb11"
|
|
|
|
|
},
|
|
|
|
|
"scene": 0,
|
|
|
|
|
"type": 3
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#创建病例
|
|
|
|
|
###
|
|
|
|
|
# POST http://localhost:7120/car/createCase
|
|
|
|
|
POST {{www}}car/createCase
|
|
|
|
|
{{type}}
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"param":{
|
|
|
|
|
"patientName":"张大斌",
|
|
|
|
|
"familyName":"张斌",
|
|
|
|
|
"familyPhone":"110"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#测试
|
|
|
|
|
###F
|
|
|
|
|
POST http://localhost:7120/statistics/get/selResult
|
|
|
|
|
# POST {{www}}mbps/selAllMbps
|
|
|
|
|
{{type}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"param":{
|
|
|
|
|
"year":2020,
|
|
|
|
|
"hospitalId":0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
### 查询空闲平车
|
|
|
|
|
POST {{testWisdomCar}}/car/free
|
|
|
|
|
{{type}}
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"param":{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
### 查询称重和剂量
|
|
|
|
|
POST {{localhostCar}}/project/weight
|
|
|
|
|
{{type}}
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"param":{
|
|
|
|
|
"taskSubId":1
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
### 点击开始
|
|
|
|
|
POST {{www}}/project/start
|
|
|
|
|
{{type}}
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"param":{
|
|
|
|
|
"taskSubId":1400763879319015424
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 点击开始
|
|
|
|
|
POST {{www}}/step/findStepIsOver
|
|
|
|
|
{{type}}
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"param":{
|
|
|
|
|
"taskSubId":1400763879319015424
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 切换项目
|
|
|
|
|
POST {{www}}/project/switchProject
|
|
|
|
|
{{type}}
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}}
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"param":{
|
|
|
|
|
"projectId":1400763879319015424
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bearer eyJhbGciOi
|
|
|
|
|
Bearer eyJhbGciO
|