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.

160 lines
3.0 KiB

@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
@testTall = http://test.tall.wiki/gateway/tall/v1.0
@testWisdomCar = http://test.tall.wiki/gateway/wisdomcar
@wwww = https://www.tall.wiki/gateway/tall/v1.0
### login
# @name login
# POST {{testTall}}/users/signin
# POST http://localhost:7030/v1.0/users/signin
POST {{testTall}}/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "mazhuang"
},
"scene": 0,
"type": 3
}
#
###
POST http://192.168.4.113:7120/car/createCase
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"patientName":"",
"familyName":"",
"familyPhone":"13233032293"
}
}
#
###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 {{testWisdomCar}}/project/weight
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"taskSubId":1400078243696087040
}
}
###
POST {{localhostCar}}/project/start
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"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
}
}
###
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
}
}