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.

183 lines
3.4 KiB

5 years ago
@www = https://test.tall.wiki/gateway/logistics/
@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
5 years ago
@testTall = http://test.tall.wiki/gateway/tall/v1.0
@testWisdomCar = http://test.tall.wiki/gateway/wisdomcar
5 years ago
@wwww = https://www.tall.wiki/gateway/tall/v1.0
### login
# @name login
5 years ago
# POST {{testTall}}/users/signin
5 years ago
# POST http://localhost:7030/v1.0/users/signin
5 years ago
POST {{testTall}}/users/signin
5 years ago
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "mazhuang"
},
"scene": 0,
"type": 3
}
#创建病例
###
5 years ago
POST http://192.168.4.113:7120/car/createCase
5 years ago
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"patientName":"张三",
"familyName":"张三家长",
"familyPhone":"13233032293"
}
}
5 years ago
5 years ago
#测试
###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":{
}
}
### 查询称重和剂量
5 years ago
POST {{testWisdomCar}}/project/weight
5 years ago
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
5 years ago
"taskSubId":1400078243696087040
5 years ago
}
}
### 点击开始
POST {{localhostCar}}/project/start
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
5 years ago
"taskSubId":1400297473502744576
}
}
### 绑定平车
POST {{testWisdomCar}}/car/bindingCar
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"carId":1,
"taskSubId":1400297464451436544,
"projectId":1400297453957287936,
"startTime": 1622728712665,
"endTime": 0
5 years ago
}
5 years ago
}
### 查询开始时间
POST {{testWisdomCar}}/project/getStartTime
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"taskSubId":1400297475818000384
}
}
### 图像识别
POST {{testWisdomCar}}/project/identifyWords
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="part"; filename="< C:\Users\23778\Desktop\zhangbin\1.png"
Content-Type: image/png
< C:\Users\23778\Desktop\zhangbin\1.png
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 查询进度
POST https://www.tall.wiki/gateway/wisdomcar2/statistics/getPointTime
{{type}}
# Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":0
}
}
### 发送消息
POST https://www.tall.wiki/gateway/wisdomcar2/debug/record
{{type}}
# 开始
{
"param" : {
"authId": "146",
"type": "2",
"value": "13",
"time": 1622870741758
}
}
5 years ago
### 查询进度
POST http://192.168.4.113/gateway/wisdomcar2/step/findStepIsOver
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1403241411276574720
}
}
### ceshi
POST http://127.0.0.1:7120/debug/record
{{type}}
5 years ago
5 years ago
{
"param":{
"authId": 146,
"time": 1623399900665,
"type": "2",
"value": "2"
}
}