|
@@ -23,6 +23,44 @@ definitions:
|
|
|
tokenType:
|
|
|
type: string
|
|
|
type: object
|
|
|
+ carsrv.AddCarReqVO:
|
|
|
+ properties:
|
|
|
+ carNumber:
|
|
|
+ type: string
|
|
|
+ carType:
|
|
|
+ type: string
|
|
|
+ driver:
|
|
|
+ $ref: '#/definitions/global.ClodAccount'
|
|
|
+ enable:
|
|
|
+ type: integer
|
|
|
+ snCode:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
+ carsrv.CarIdRespVO:
|
|
|
+ properties:
|
|
|
+ carId:
|
|
|
+ type: integer
|
|
|
+ type: object
|
|
|
+ carsrv.DriverLogReqVO:
|
|
|
+ properties:
|
|
|
+ carId:
|
|
|
+ type: integer
|
|
|
+ type: object
|
|
|
+ carsrv.UpdateCarReqVO:
|
|
|
+ properties:
|
|
|
+ carId:
|
|
|
+ type: integer
|
|
|
+ carNumber:
|
|
|
+ type: string
|
|
|
+ carType:
|
|
|
+ type: string
|
|
|
+ driver:
|
|
|
+ $ref: '#/definitions/global.ClodAccount'
|
|
|
+ enable:
|
|
|
+ type: integer
|
|
|
+ snCode:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
commonsrv.ProvinceListRespVO:
|
|
|
properties:
|
|
|
children:
|
|
@@ -62,6 +100,13 @@ definitions:
|
|
|
- LastThreeDays
|
|
|
- LastSevenDays
|
|
|
- LastMonthDays
|
|
|
+ dao.StaticNumData:
|
|
|
+ properties:
|
|
|
+ orderCount:
|
|
|
+ type: integer
|
|
|
+ xKey:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
devicesrv.DeviceSensorListReqVO:
|
|
|
properties:
|
|
|
snCode:
|
|
@@ -110,6 +155,15 @@ definitions:
|
|
|
singTime:
|
|
|
$ref: '#/definitions/models.MyTime'
|
|
|
type: object
|
|
|
+ global.ClodAccount:
|
|
|
+ properties:
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ pid:
|
|
|
+ type: integer
|
|
|
+ uuid:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
global.SnIdVO:
|
|
|
properties:
|
|
|
id:
|
|
@@ -122,6 +176,20 @@ definitions:
|
|
|
time.Time:
|
|
|
type: string
|
|
|
type: object
|
|
|
+ models.TimeStatType:
|
|
|
+ enum:
|
|
|
+ - year
|
|
|
+ - month
|
|
|
+ - day
|
|
|
+ type: string
|
|
|
+ x-enum-comments:
|
|
|
+ TimeStatDay: 日
|
|
|
+ TimeStatMonth: 月
|
|
|
+ TimeStatYear: 年
|
|
|
+ x-enum-varnames:
|
|
|
+ - TimeStatYear
|
|
|
+ - TimeStatMonth
|
|
|
+ - TimeStatDay
|
|
|
myselfsrv.AddAddressReqVO:
|
|
|
properties:
|
|
|
address:
|
|
@@ -278,6 +346,26 @@ definitions:
|
|
|
description: 区中文名
|
|
|
type: string
|
|
|
type: object
|
|
|
+ ordersrv.AssignOrderReqVO:
|
|
|
+ properties:
|
|
|
+ destination:
|
|
|
+ description: 目的地:dest-终点 transit-中转
|
|
|
+ type: string
|
|
|
+ driver:
|
|
|
+ $ref: '#/definitions/global.ClodAccount'
|
|
|
+ freight:
|
|
|
+ description: 运费分
|
|
|
+ type: integer
|
|
|
+ orderId:
|
|
|
+ description: 运单ID
|
|
|
+ type: integer
|
|
|
+ type: object
|
|
|
+ ordersrv.AssignOrderRespVO:
|
|
|
+ properties:
|
|
|
+ orderId:
|
|
|
+ description: 运单ID
|
|
|
+ type: integer
|
|
|
+ type: object
|
|
|
ordersrv.LocationInfoVO:
|
|
|
properties:
|
|
|
contactPerson:
|
|
@@ -459,6 +547,19 @@ definitions:
|
|
|
description: 订单状态
|
|
|
type: integer
|
|
|
type: object
|
|
|
+ statisticsrv.OrderNumTimeStatReqVO:
|
|
|
+ properties:
|
|
|
+ orderStatus:
|
|
|
+ type: integer
|
|
|
+ statType:
|
|
|
+ allOf:
|
|
|
+ - $ref: '#/definitions/models.TimeStatType'
|
|
|
+ description: 年,月,天
|
|
|
+ timeEnd:
|
|
|
+ $ref: '#/definitions/models.MyTime'
|
|
|
+ timeStart:
|
|
|
+ $ref: '#/definitions/models.MyTime'
|
|
|
+ type: object
|
|
|
swagger.AccountInfoVo:
|
|
|
properties:
|
|
|
accountId:
|
|
@@ -516,6 +617,20 @@ definitions:
|
|
|
reference:
|
|
|
description: 关联信息
|
|
|
type: object
|
|
|
+ swagger.CarPageReqVO:
|
|
|
+ properties:
|
|
|
+ page:
|
|
|
+ $ref: '#/definitions/swagger.Page'
|
|
|
+ search:
|
|
|
+ properties:
|
|
|
+ carNumber:
|
|
|
+ type: string
|
|
|
+ driverAccountUuid:
|
|
|
+ type: string
|
|
|
+ snCode:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
+ type: object
|
|
|
swagger.FileSource:
|
|
|
properties:
|
|
|
fileCode:
|
|
@@ -527,6 +642,11 @@ definitions:
|
|
|
fileUrl:
|
|
|
type: string
|
|
|
type: object
|
|
|
+ swagger.ListResponse:
|
|
|
+ properties:
|
|
|
+ list:
|
|
|
+ description: 列表数据信息
|
|
|
+ type: object
|
|
|
swagger.LogisticListReqVO:
|
|
|
properties:
|
|
|
page:
|
|
@@ -544,6 +664,34 @@ definitions:
|
|
|
page:
|
|
|
$ref: '#/definitions/swagger.Page'
|
|
|
type: object
|
|
|
+ swagger.ManageOrderPageReqVO:
|
|
|
+ properties:
|
|
|
+ page:
|
|
|
+ $ref: '#/definitions/swagger.Page'
|
|
|
+ search:
|
|
|
+ properties:
|
|
|
+ orderNo:
|
|
|
+ type: string
|
|
|
+ orderStatus:
|
|
|
+ type: integer
|
|
|
+ type: object
|
|
|
+ type: object
|
|
|
+ swagger.OrderNumUserStatReqVO:
|
|
|
+ properties:
|
|
|
+ page:
|
|
|
+ $ref: '#/definitions/swagger.Page'
|
|
|
+ search:
|
|
|
+ properties:
|
|
|
+ orderStatus:
|
|
|
+ type: integer
|
|
|
+ statType:
|
|
|
+ $ref: '#/definitions/models.TimeStatType'
|
|
|
+ timeEnd:
|
|
|
+ $ref: '#/definitions/models.MyTime'
|
|
|
+ timeStart:
|
|
|
+ $ref: '#/definitions/models.MyTime'
|
|
|
+ type: object
|
|
|
+ type: object
|
|
|
swagger.OrderPageReqVO:
|
|
|
properties:
|
|
|
page:
|
|
@@ -624,6 +772,18 @@ definitions:
|
|
|
status:
|
|
|
type: integer
|
|
|
type: object
|
|
|
+ swagger.UserListReqVO:
|
|
|
+ properties:
|
|
|
+ page:
|
|
|
+ $ref: '#/definitions/swagger.Page'
|
|
|
+ search:
|
|
|
+ properties:
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
+ userTokey:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
swagger.WarehouseOrderReqVO:
|
|
|
properties:
|
|
|
page:
|
|
@@ -638,6 +798,36 @@ definitions:
|
|
|
$ref: '#/definitions/models.MyTime'
|
|
|
type: object
|
|
|
type: object
|
|
|
+ swagger.WarehousePageReqVO:
|
|
|
+ properties:
|
|
|
+ page:
|
|
|
+ $ref: '#/definitions/swagger.Page'
|
|
|
+ search:
|
|
|
+ properties:
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ snCode:
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
+ type: object
|
|
|
+ warehousesrv.AddWarehouseReqVO:
|
|
|
+ properties:
|
|
|
+ address:
|
|
|
+ description: 地址
|
|
|
+ type: string
|
|
|
+ enable:
|
|
|
+ type: integer
|
|
|
+ manage:
|
|
|
+ items:
|
|
|
+ $ref: '#/definitions/global.ClodAccount'
|
|
|
+ type: array
|
|
|
+ name:
|
|
|
+ description: 仓库名称
|
|
|
+ type: string
|
|
|
+ snCode:
|
|
|
+ description: sn编码
|
|
|
+ type: string
|
|
|
+ type: object
|
|
|
warehousesrv.OrderIntoHouseReqVO:
|
|
|
properties:
|
|
|
orderId:
|
|
@@ -652,6 +842,31 @@ definitions:
|
|
|
orderNo:
|
|
|
type: string
|
|
|
type: object
|
|
|
+ warehousesrv.UpdateWarehouseReqVO:
|
|
|
+ properties:
|
|
|
+ address:
|
|
|
+ description: 地址
|
|
|
+ type: string
|
|
|
+ enable:
|
|
|
+ type: integer
|
|
|
+ manage:
|
|
|
+ items:
|
|
|
+ $ref: '#/definitions/global.ClodAccount'
|
|
|
+ type: array
|
|
|
+ name:
|
|
|
+ description: 仓库名称
|
|
|
+ type: string
|
|
|
+ snCode:
|
|
|
+ description: sn编码
|
|
|
+ type: string
|
|
|
+ warehouseId:
|
|
|
+ type: integer
|
|
|
+ type: object
|
|
|
+ warehousesrv.WarehouseIdRespVO:
|
|
|
+ properties:
|
|
|
+ warehouseId:
|
|
|
+ type: integer
|
|
|
+ type: object
|
|
|
warehousesrv.WarehouseInfoRespVO:
|
|
|
properties:
|
|
|
name:
|
|
@@ -666,7 +881,7 @@ definitions:
|
|
|
info:
|
|
|
contact: {}
|
|
|
paths:
|
|
|
- /address/add:
|
|
|
+ /app/address/add:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -685,7 +900,7 @@ paths:
|
|
|
summary: 设备数据列表
|
|
|
tags:
|
|
|
- 公共接口
|
|
|
- /auth/login:
|
|
|
+ /app/auth/login:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -704,7 +919,7 @@ paths:
|
|
|
summary: 小程序登录
|
|
|
tags:
|
|
|
- 登录
|
|
|
- /auth/loginOut:
|
|
|
+ /app/auth/loginOut:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -720,7 +935,7 @@ paths:
|
|
|
summary: 登出
|
|
|
tags:
|
|
|
- 登录
|
|
|
- /auth/wechatCallback:
|
|
|
+ /app/auth/wechatCallback:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -743,7 +958,7 @@ paths:
|
|
|
summary: 获取微信返回的授权码
|
|
|
tags:
|
|
|
- 登录
|
|
|
- /auth/wechatLogin:
|
|
|
+ /app/auth/wechatLogin:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -755,7 +970,7 @@ paths:
|
|
|
summary: 微信扫码登录
|
|
|
tags:
|
|
|
- 登录
|
|
|
- /common/logisticList:
|
|
|
+ /app/common/logisticList:
|
|
|
get:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -774,7 +989,7 @@ paths:
|
|
|
summary: 物流公司列表
|
|
|
tags:
|
|
|
- 公共接口
|
|
|
- /common/provinceList:
|
|
|
+ /app/common/provinceList:
|
|
|
get:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -786,7 +1001,7 @@ paths:
|
|
|
summary: 省市区列表
|
|
|
tags:
|
|
|
- 公共接口
|
|
|
- /driver/carInfo:
|
|
|
+ /app/driver/carInfo:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -798,7 +1013,7 @@ paths:
|
|
|
summary: 车辆信息
|
|
|
tags:
|
|
|
- 司机
|
|
|
- /driver/orderIntoCar:
|
|
|
+ /app/driver/orderIntoCar:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -817,7 +1032,26 @@ paths:
|
|
|
summary: 装车
|
|
|
tags:
|
|
|
- 司机
|
|
|
- /driver/signReceipt:
|
|
|
+ /app/driver/scanIntoCar:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/driversrv.ScanIntoReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/driversrv.OrderIntoCarRespVO'
|
|
|
+ summary: 扫码装车
|
|
|
+ tags:
|
|
|
+ - 司机
|
|
|
+ /app/driver/signReceipt:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -840,7 +1074,7 @@ paths:
|
|
|
summary: 签收
|
|
|
tags:
|
|
|
- 司机
|
|
|
- /driver/taskPage:
|
|
|
+ /app/driver/taskPage:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -859,7 +1093,7 @@ paths:
|
|
|
summary: 司机任务列表
|
|
|
tags:
|
|
|
- 司机
|
|
|
- /myself/address/add:
|
|
|
+ /app/myself/address/add:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -878,7 +1112,7 @@ paths:
|
|
|
summary: 添加寄件/收件人
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/address/delete:
|
|
|
+ /app/myself/address/delete:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -897,7 +1131,7 @@ paths:
|
|
|
summary: 删除寄件/收件人
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/address/page:
|
|
|
+ /app/myself/address/page:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -916,7 +1150,7 @@ paths:
|
|
|
summary: 寄件/收件人列表
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/address/update:
|
|
|
+ /app/myself/address/update:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -935,7 +1169,7 @@ paths:
|
|
|
summary: 修改寄件/收件人
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/info:
|
|
|
+ /app/myself/info:
|
|
|
get:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -947,7 +1181,7 @@ paths:
|
|
|
summary: 个人信息
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/logisticCompany/add:
|
|
|
+ /app/myself/logisticCompany/add:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -966,7 +1200,7 @@ paths:
|
|
|
summary: 物流公司添加
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/logisticCompany/delete:
|
|
|
+ /app/myself/logisticCompany/delete:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -985,7 +1219,7 @@ paths:
|
|
|
summary: 物流公司删除
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/logisticCompany/page:
|
|
|
+ /app/myself/logisticCompany/page:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1004,7 +1238,7 @@ paths:
|
|
|
summary: 物流公司列表
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/orderDetail:
|
|
|
+ /app/myself/orderDetail:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1023,7 +1257,7 @@ paths:
|
|
|
summary: 订单详情
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/orderPage:
|
|
|
+ /app/myself/orderPage:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1042,7 +1276,7 @@ paths:
|
|
|
summary: 订单列表
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/orderSubNo:
|
|
|
+ /app/myself/orderSubNo:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1061,7 +1295,7 @@ paths:
|
|
|
summary: 订单揽件码
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/placeOrder:
|
|
|
+ /app/myself/placeOrder:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1080,7 +1314,7 @@ paths:
|
|
|
summary: 下单
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/refreshToken:
|
|
|
+ /app/myself/refreshToken:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1092,7 +1326,7 @@ paths:
|
|
|
summary: 刷新token
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /myself/update:
|
|
|
+ /app/myself/update:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1111,7 +1345,7 @@ paths:
|
|
|
summary: 修改个人信息
|
|
|
tags:
|
|
|
- 用户-我的
|
|
|
- /public/deviceSensorList:
|
|
|
+ /app/public/deviceSensorList:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1130,7 +1364,7 @@ paths:
|
|
|
summary: 设备探头列表
|
|
|
tags:
|
|
|
- 公开接口不登录
|
|
|
- /public/logisticDetail:
|
|
|
+ /app/public/logisticDetail:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1149,7 +1383,7 @@ paths:
|
|
|
summary: 物流详情
|
|
|
tags:
|
|
|
- 公开接口不登录
|
|
|
- /public/queryOrder:
|
|
|
+ /app/public/queryOrder:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1168,7 +1402,7 @@ paths:
|
|
|
summary: 查运单
|
|
|
tags:
|
|
|
- 公开接口不登录
|
|
|
- /public/sensorDataList:
|
|
|
+ /app/public/sensorDataList:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1187,7 +1421,7 @@ paths:
|
|
|
summary: 设备数据列表
|
|
|
tags:
|
|
|
- 公开接口不登录
|
|
|
- /warehouse/info:
|
|
|
+ /app/warehouse/info:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1199,7 +1433,7 @@ paths:
|
|
|
summary: 仓库信息
|
|
|
tags:
|
|
|
- 仓管
|
|
|
- /warehouse/orderInto:
|
|
|
+ /app/warehouse/orderInto:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1218,7 +1452,7 @@ paths:
|
|
|
summary: 订单入库
|
|
|
tags:
|
|
|
- 仓管
|
|
|
- /warehouse/orderOutHouse:
|
|
|
+ /app/warehouse/orderOutHouse:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1237,7 +1471,7 @@ paths:
|
|
|
summary: 订单出库
|
|
|
tags:
|
|
|
- 仓管
|
|
|
- /warehouse/orderPage:
|
|
|
+ /app/warehouse/orderPage:
|
|
|
post:
|
|
|
consumes:
|
|
|
- application/json
|
|
@@ -1256,4 +1490,327 @@ paths:
|
|
|
summary: 库中订单列表
|
|
|
tags:
|
|
|
- 仓管
|
|
|
+ /manage/car/add:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/carsrv.AddCarReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/carsrv.CarIdRespVO'
|
|
|
+ summary: 添加车辆
|
|
|
+ tags:
|
|
|
+ - 后台-车辆管理
|
|
|
+ /manage/car/driverLog:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/carsrv.DriverLogReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.ListResponse'
|
|
|
+ summary: 车辆既往司机
|
|
|
+ tags:
|
|
|
+ - 后台-车辆管理
|
|
|
+ /manage/car/page:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.CarPageReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.PageListResponse'
|
|
|
+ summary: 车辆列表
|
|
|
+ tags:
|
|
|
+ - 后台-车辆管理
|
|
|
+ /manage/car/update:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/carsrv.UpdateCarReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/carsrv.CarIdRespVO'
|
|
|
+ summary: 修改车辆
|
|
|
+ tags:
|
|
|
+ - 后台-车辆管理
|
|
|
+ /manage/common/deviceSensorList:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/devicesrv.DeviceSensorListReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/devicesrv.DeviceSensorListRespVO'
|
|
|
+ summary: 设备探头列表
|
|
|
+ tags:
|
|
|
+ - 后台-公共接口
|
|
|
+ /manage/common/sensorDataList:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.SnDataListReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.PageListResponse'
|
|
|
+ summary: 设备数据列表
|
|
|
+ tags:
|
|
|
+ - 后台-公共接口
|
|
|
+ /manage/common/userList:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.UserListReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.PageListResponse'
|
|
|
+ summary: 用户列表
|
|
|
+ tags:
|
|
|
+ - 后台-公共接口
|
|
|
+ /manage/order/assign:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/ordersrv.AssignOrderReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/ordersrv.AssignOrderRespVO'
|
|
|
+ summary: 派单订单
|
|
|
+ tags:
|
|
|
+ - 后台-订单管理
|
|
|
+ /manage/order/detail:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/ordersrv.OrderDetailReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/ordersrv.OrderDetailRespVO'
|
|
|
+ summary: 订单详情
|
|
|
+ tags:
|
|
|
+ - 后台-订单管理
|
|
|
+ /manage/order/logistic:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/ordersrv.OrderLogisticDetailReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/ordersrv.OrderLogisticDetailRespVO'
|
|
|
+ summary: 物流详情
|
|
|
+ tags:
|
|
|
+ - 后台-订单管理
|
|
|
+ /manage/order/page:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.ManageOrderPageReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.PageListResponse'
|
|
|
+ summary: 订单列表
|
|
|
+ tags:
|
|
|
+ - 后台-订单管理
|
|
|
+ /manage/statistic/orderNum/byTime:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/statisticsrv.OrderNumTimeStatReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/dao.StaticNumData'
|
|
|
+ summary: 根据订单开始时间统计
|
|
|
+ tags:
|
|
|
+ - 后台-统计
|
|
|
+ /manage/statistic/orderNum/byUser:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.OrderNumUserStatReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.PageListResponse'
|
|
|
+ summary: 根据订单用户统计
|
|
|
+ tags:
|
|
|
+ - 后台-统计
|
|
|
+ /manage/warehouse/add:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/warehousesrv.AddWarehouseReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/warehousesrv.WarehouseIdRespVO'
|
|
|
+ summary: 添加仓库
|
|
|
+ tags:
|
|
|
+ - 后台-仓库管理
|
|
|
+ /manage/warehouse/orderPage:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.WarehousePageReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.PageListResponse'
|
|
|
+ summary: 仓库订单列表
|
|
|
+ tags:
|
|
|
+ - 后台-仓库管理
|
|
|
+ /manage/warehouse/page:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.WarehousePageReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/swagger.PageListResponse'
|
|
|
+ summary: 仓库列表
|
|
|
+ tags:
|
|
|
+ - 后台-仓库管理
|
|
|
+ /manage/warehouse/update:
|
|
|
+ post:
|
|
|
+ consumes:
|
|
|
+ - application/json
|
|
|
+ parameters:
|
|
|
+ - description: 请求参数
|
|
|
+ in: body
|
|
|
+ name: req
|
|
|
+ required: true
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/warehousesrv.UpdateWarehouseReqVO'
|
|
|
+ responses:
|
|
|
+ "200":
|
|
|
+ description: 成功响应的结构体
|
|
|
+ schema:
|
|
|
+ $ref: '#/definitions/warehousesrv.WarehouseIdRespVO'
|
|
|
+ summary: 修改仓库
|
|
|
+ tags:
|
|
|
+ - 后台-仓库管理
|
|
|
swagger: "2.0"
|