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.

302 lines
5.4 KiB

@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://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": "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 {{testWisdomCar}}/project/weight
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"taskSubId":1400078243696087040
}
}
###
POST {{www}}/project/start
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"taskSubId":1400763879319015424
}
}
###
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
}
}
###
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}}
{
"param":{
"authId": 146,
"time": 1623399900665,
"type": "2",
"value": "2"
}
}
###
POST http://localhost:7120/patientAndFamily/updatePatientInfo
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":"1399919046887219200",
"name":"",
"sex":"1",
"age":"32",
"idCard":"142602199908292511",
"phone":"10086",
"familyName":"",
"familyPhone":"1008611"
}
}
#
###F
POST http://localhost:7120/step/findStepIsOver
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"patientCarId":"1"
}
}
#
###F
POST http://localhost:7120/patientAndFamily/findOldPatient
# POST {{www}}mbps/selAllMbps
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
#
###F
POST http://localhost:7120/car/createCase
# POST {{www}}car/createCase
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"patientName":"",
"patientSex":"0",
"patientAge":"22",
"patientIdCard":"142602199908292111",
"patientPhone":"13233032293",
"familyName":"",
"familyPhone":"13233032294"
}
}
#
###F
POST http://localhost:7120/statistics/get/selResult
# POST {{www}}mbps/selAllMbps
{{type}}
{
"param":{
"year":2020,
"hospitalId":0
}
}
#
###F
POST http://localhost:7120/patientAndFamily/updatePatientInfo
# POST {{www}}patientAndFamily/updatePatientInfo
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":"1",
"name":"",
"sex":"0",
"age":"18",
"idCard":"142602199908292111",
"phone":"13233032293",
"familyName":"",
"familyPhone":"13233032293"
}
}
###
POST {{www}}/project/switchProject
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1400763879319015424
}
}
>>>>>>> 163f75ccb9867ed03755e8bbf0eb48e37b1a2a47