definitions: authsrv.LoginReqVo: properties: loginType: description: 登录类型:1-内部人员 2-普通用户 type: integer nickName: type: string openid: type: string tokenKey: type: string type: object authsrv.LoginRespVo: properties: accessToken: type: string expiresIn: type: integer isFirst: description: 是否首次登录:1-是 2-否 type: integer 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: items: $ref: '#/definitions/commonsrv.ProvinceListRespVO' type: array id: type: integer name: type: string parentId: type: integer type: object constant.SearchDateTimeType: enum: - today - yesterday - thisWeek - thisMonth - lastThreeDays - lastSevenDays - lastMonthDays type: string x-enum-comments: LastMonthDays: 近一个月 LastSevenDays: 近七天 LastThreeDays: 近三天 ThisMonth: 本月 ThisWeek: 本周 Today: 今天 Yesterday: 昨天 x-enum-varnames: - Today - Yesterday - ThisWeek - ThisMonth - LastThreeDays - LastSevenDays - LastMonthDays dao.StaticNumData: properties: orderCount: type: integer xKey: type: string type: object devicesrv.DeviceSensorListReqVO: properties: snCode: type: string type: object devicesrv.DeviceSensorListRespVO: properties: snCode: type: string snIds: {} type: object driversrv.DriverCarInfoRespVO: properties: carNumber: type: string snCode: type: string snIds: items: $ref: '#/definitions/global.SnIdVO' type: array type: object driversrv.OrderIntoCarReqVO: properties: orderId: type: integer orderSubNo: type: string type: object driversrv.OrderIntoCarRespVO: properties: intoTime: $ref: '#/definitions/models.MyTime' orderId: type: integer type: object driversrv.ScanIntoReqVO: properties: orderNo: type: string type: object driversrv.SignReceiptRespVO: properties: orderId: type: integer 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: type: integer name: type: string type: object models.MyTime: properties: 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: description: 详细地址 type: string addressType: description: 地址类型: type: string cityId: description: 市Id type: integer isDefault: description: 是否默认:1-是 2-否 type: integer name: description: 姓名 type: string phone: description: 联系电话 type: string provinceId: description: 省Id type: integer regionId: description: 区Id type: integer type: object myselfsrv.AddLogisticReqVO: properties: isDefault: description: 是否默认:1-是 - 2-否 type: integer name: description: 名称 type: string pid: description: 冷链系统公司Id type: integer type: object myselfsrv.AddressIdRespVO: properties: addressId: type: integer type: object myselfsrv.DeleteAddressReqVO: properties: addressId: type: integer type: object myselfsrv.DeleteLogisticReqVO: properties: logisticId: type: string type: object myselfsrv.LogisticIdRespVO: properties: logisticId: type: integer type: object myselfsrv.OrderSubNoReqVO: properties: orderId: description: 订单 type: integer type: object myselfsrv.OrderSubNoRespVO: properties: orderSubNo: type: string type: object myselfsrv.RefreshTokenRespVo: properties: accessToken: type: string expiresIn: type: integer tokenType: type: string type: object myselfsrv.UpdateAddressReqVO: properties: address: description: 详细地址 type: string addressId: type: integer cityId: description: 市Id type: integer isDefault: description: 是否默认:1-是 2-否 type: integer name: description: 姓名 type: string phone: description: 联系电话 type: string provinceId: description: 省Id type: integer regionId: description: 区Id type: integer type: object myselfsrv.UpdateMyselfInfoReqVO: properties: companyName: description: 公司 type: string gender: description: 性别 type: string name: description: 真实名称 type: string phone: description: 电话 type: string type: object ordersrv.AddressVO: properties: address: description: 详细地址 type: string addressId: description: 地址id type: integer cityId: description: 市Id type: integer cityName: description: 市中文名 type: string isDefault: description: 是否默认:1-是 2-否 type: integer name: description: 姓名 type: string phone: description: 联系电话 type: string provinceId: description: 省Id type: integer provinceName: description: 省中文名 type: string regionId: description: 区Id type: integer regionName: 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: description: 联系人 type: string contactPhone: description: 联系电话 type: string extend: type: string location: description: 位置 type: string locationTime: allOf: - $ref: '#/definitions/models.MyTime' description: 到达时间 snCode: type: string type: object ordersrv.OrderDetailReqVO: properties: orderId: description: 订单ID type: integer type: object ordersrv.OrderDetailRespVO: properties: cargoNumber: description: 货物数量 type: integer cargoType: description: 货物类型 type: string consigneeAddressId: allOf: - $ref: '#/definitions/ordersrv.AddressVO' description: 收货人 deliveryCondition: description: 配送要求 type: string deliveryRemark: description: 运输备注 type: string isInsuredValue: description: 是否保价 type: integer isWeekendPickup: description: 周末是否取货:1-是 2-否 type: integer logisticName: description: 物流公司 type: string orderId: description: 订单ID type: integer orderNo: description: 单号 type: string orderStatus: description: 订单状态 type: integer pickupTime: allOf: - $ref: '#/definitions/models.MyTime' description: 取货时间 sender: allOf: - $ref: '#/definitions/ordersrv.AddressVO' description: 发货人 temperatureInterval: description: 温度区间 type: string timeLimit: description: 时效 type: integer type: object ordersrv.OrderLogisticDetailReqVO: properties: orderId: description: 订单ID type: integer type: object ordersrv.OrderLogisticDetailRespVO: properties: consignee: allOf: - $ref: '#/definitions/ordersrv.AddressVO' description: 收件人 logisticLink: description: 物流链 items: $ref: '#/definitions/ordersrv.LocationInfoVO' type: array orderId: description: 运单ID type: integer sender: allOf: - $ref: '#/definitions/ordersrv.AddressVO' description: 发件人 type: object ordersrv.PlaceOrderReqVO: properties: LogisticPidName: description: 公司名称 type: string cargoNumber: description: 货物数量 type: integer cargoType: description: 货物类型 type: string consignee: allOf: - $ref: '#/definitions/ordersrv.AddressVO' description: 收件人 deliveryCondition: description: 配送要求 type: string deliveryRemark: description: 运输备注 type: string isInsuredValue: description: 是否保价 type: integer isWeekendPickup: description: 周末是否取货:1-是 2-否 type: integer logisticId: description: 物流ID type: integer logisticPid: description: 公司ID type: integer pickupTime: allOf: - $ref: '#/definitions/models.MyTime' description: 取货时间 sender: allOf: - $ref: '#/definitions/ordersrv.AddressVO' description: 寄件人 temperatureInterval: description: 温度区间 type: string timeLimit: description: 时效 type: integer type: object ordersrv.PlaceOrderRespVO: properties: orderNo: type: string placeOrderTime: $ref: '#/definitions/models.MyTime' type: object ordersrv.QueryExpressOrderReqVO: properties: orderNo: description: 运单号 type: string type: object ordersrv.QueryExpressOrderRespVO: properties: LatestLocation: allOf: - $ref: '#/definitions/ordersrv.LocationInfoVO' description: 最近一次定位信息 logisticName: description: 物流名称 type: string orderId: type: integer orderNo: description: 单号 type: string orderStatus: 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: description: 账号ID type: integer accountType: description: 账号类型 type: integer accountUuid: type: string avatar: allOf: - $ref: '#/definitions/swagger.FileSource' description: 头像 companyName: description: 公司 type: string gender: description: 性别 type: string isFirst: description: 是否首次登录,1-是 2-否 type: integer name: description: 真实名称 type: string openid: description: 微信Openid type: string phone: description: 电话 type: string role: description: 角色:用户 司机 仓管 type: string type: object swagger.AddressPageReqVO: properties: addressType: description: 地址类型:sender-发货人 consignee-收货人 type: string page: $ref: '#/definitions/swagger.Page' type: object swagger.BaseResponse: properties: code: description: 业务code码 type: integer data: description: 数据信息 msg: description: 提示信息 type: string 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: type: string fileId: type: integer fileName: type: string fileUrl: type: string type: object swagger.ListResponse: properties: list: description: 列表数据信息 type: object swagger.LogisticListReqVO: properties: page: $ref: '#/definitions/swagger.Page' search: properties: name: type: string type: object userTokey: type: string type: object swagger.LogisticPageReqVO: properties: 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: $ref: '#/definitions/swagger.Page' search: properties: orderNo: description: 订单号 type: string orderStatus: items: type: integer type: array placeOrderEndTime: $ref: '#/definitions/models.MyTime' placeOrderStartTime: $ref: '#/definitions/models.MyTime' searchDateTime: $ref: '#/definitions/constant.SearchDateTimeType' type: object type: object swagger.Page: properties: offset: description: offset位移 type: integer page: description: 页码 type: integer size: description: 每页最大加载条数 type: integer sort: description: 排序(暂时不用) type: string type: object swagger.PageListResponse: properties: count: description: 当前页总数 type: integer list: description: 列表数据信息 total: description: 列表数据总数 type: integer totalPage: description: 总页数 type: integer type: object swagger.SnDataListReqVO: properties: page: $ref: '#/definitions/swagger.Page' search: properties: timeEnd: $ref: '#/definitions/models.MyTime' timeStart: allOf: - $ref: '#/definitions/models.MyTime' description: "2023-03-14 00:00:00" type: object snId: type: string userTokey: type: string type: object swagger.TaskPageReqVO: properties: page: $ref: '#/definitions/swagger.Page' search: properties: orderNo: type: string type: object 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: $ref: '#/definitions/swagger.Page' search: properties: orderNo: type: string timeEnd: $ref: '#/definitions/models.MyTime' timeStart: $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: type: integer type: object warehousesrv.OrderIntoHouseRespVO: properties: intoTime: $ref: '#/definitions/models.MyTime' orderId: type: integer 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: type: string snCode: type: string snIds: items: $ref: '#/definitions/global.SnIdVO' type: array type: object info: contact: {} paths: /app/auth/login: post: consumes: - application/json parameters: - description: 登录 in: body name: req required: true schema: $ref: '#/definitions/authsrv.LoginReqVo' responses: "200": description: OK schema: $ref: '#/definitions/authsrv.LoginRespVo' summary: 小程序登录 tags: - 登录 /app/auth/loginOut: post: consumes: - application/json responses: "200": description: success schema: type: string "500": description: Internal Server Error schema: type: string summary: 登出 tags: - 登录 /app/auth/wechatCallback: post: consumes: - application/json parameters: - description: 登录 in: body name: req required: true schema: $ref: '#/definitions/authsrv.LoginReqVo' responses: "200": description: OK schema: $ref: '#/definitions/authsrv.LoginRespVo' "500": description: Internal Server Error schema: type: string summary: 获取微信返回的授权码 tags: - 登录 /app/auth/wechatLogin: post: consumes: - application/json responses: "200": description: OK schema: $ref: '#/definitions/authsrv.LoginRespVo' summary: 微信扫码登录 tags: - 登录 /app/common/logisticList: get: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/swagger.LogisticListReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.PageListResponse' summary: 物流公司列表 tags: - 公共接口 /app/common/provinceList: get: consumes: - application/json responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/commonsrv.ProvinceListRespVO' summary: 省市区列表 tags: - 公共接口 /app/common/sensorDataList: get: 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: - 公共接口 /app/driver/carInfo: post: consumes: - application/json responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/driversrv.DriverCarInfoRespVO' summary: 车辆信息 tags: - 司机 /app/driver/orderIntoCar: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/driversrv.OrderIntoCarReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/driversrv.OrderIntoCarRespVO' summary: 装车 tags: - 司机 /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 parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/driversrv.ScanIntoReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/driversrv.SignReceiptRespVO' "400": description: error schema: type: string summary: 签收 tags: - 司机 /app/driver/taskPage: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/swagger.TaskPageReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.PageListResponse' summary: 司机任务列表 tags: - 司机 /app/myself/address/add: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/myselfsrv.AddAddressReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/myselfsrv.AddressIdRespVO' summary: 添加寄件/收件人 tags: - 用户-我的 /app/myself/address/delete: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/myselfsrv.DeleteAddressReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.BaseResponse' summary: 删除寄件/收件人 tags: - 用户-我的 /app/myself/address/page: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/swagger.AddressPageReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.PageListResponse' summary: 寄件/收件人列表 tags: - 用户-我的 /app/myself/address/update: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/myselfsrv.UpdateAddressReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/myselfsrv.AddressIdRespVO' summary: 修改寄件/收件人 tags: - 用户-我的 /app/myself/info: get: consumes: - application/json responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.AccountInfoVo' summary: 个人信息 tags: - 用户-我的 /app/myself/logisticCompany/add: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/myselfsrv.AddLogisticReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/myselfsrv.LogisticIdRespVO' summary: 物流公司添加 tags: - 用户-我的 /app/myself/logisticCompany/delete: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/myselfsrv.DeleteLogisticReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.BaseResponse' summary: 物流公司删除 tags: - 用户-我的 /app/myself/logisticCompany/page: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/swagger.LogisticPageReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.PageListResponse' summary: 物流公司列表 tags: - 用户-我的 /app/myself/orderDetail: 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: - 用户-我的 /app/myself/orderPage: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/swagger.OrderPageReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.PageListResponse' summary: 订单列表 tags: - 用户-我的 /app/myself/orderSubNo: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/myselfsrv.OrderSubNoReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/myselfsrv.OrderSubNoRespVO' summary: 订单揽件码 tags: - 用户-我的 /app/myself/placeOrder: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/ordersrv.PlaceOrderReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/ordersrv.PlaceOrderRespVO' summary: 下单 tags: - 用户-我的 /app/myself/refreshToken: post: consumes: - application/json responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/myselfsrv.RefreshTokenRespVo' summary: 刷新token tags: - 用户-我的 /app/myself/update: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/myselfsrv.UpdateMyselfInfoReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.AccountInfoVo' summary: 修改个人信息 tags: - 用户-我的 /app/public/deviceSensorList: post: consumes: - application/json parameters: - description: SN in: body name: req required: true schema: $ref: '#/definitions/devicesrv.DeviceSensorListReqVO' responses: "200": description: OK schema: $ref: '#/definitions/devicesrv.DeviceSensorListRespVO' summary: 设备探头列表 tags: - 公开接口不登录 /app/public/logisticDetail: post: consumes: - application/json parameters: - description: 订单id in: body name: req required: true schema: $ref: '#/definitions/ordersrv.OrderLogisticDetailReqVO' responses: "200": description: OK schema: $ref: '#/definitions/ordersrv.OrderLogisticDetailRespVO' summary: 物流详情 tags: - 公开接口不登录 /app/public/queryOrder: post: consumes: - application/json parameters: - description: 运单号 in: body name: req required: true schema: $ref: '#/definitions/ordersrv.QueryExpressOrderReqVO' responses: "200": description: OK schema: $ref: '#/definitions/ordersrv.QueryExpressOrderRespVO' summary: 查运单 tags: - 公开接口不登录 /app/public/sensorDataList: post: consumes: - application/json parameters: - description: SN数据 in: body name: req required: true schema: $ref: '#/definitions/swagger.SnDataListReqVO' responses: "200": description: OK schema: type: "" summary: 设备数据列表 tags: - 公开接口不登录 /app/warehouse/info: post: consumes: - application/json responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/warehousesrv.WarehouseInfoRespVO' summary: 仓库信息 tags: - 仓管 /app/warehouse/orderInto: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/warehousesrv.OrderIntoHouseReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/warehousesrv.OrderIntoHouseRespVO' summary: 订单入库 tags: - 仓管 /app/warehouse/orderOutHouse: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/warehousesrv.OrderIntoHouseReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/warehousesrv.OrderIntoHouseRespVO' summary: 订单出库 tags: - 仓管 /app/warehouse/orderPage: post: consumes: - application/json parameters: - description: 请求参数 in: body name: req required: true schema: $ref: '#/definitions/swagger.WarehouseOrderReqVO' responses: "200": description: 成功响应的结构体 schema: $ref: '#/definitions/swagger.PageListResponse' 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"