[TOC]
简要描述
请求URL
http://localhost:3030/orders
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
orderno |
是 |
string |
订单号 |
consignee |
是 |
string |
收货人 |
shipper |
否 |
string |
送货人 |
ordersingular |
否 |
string |
支付单数 |
orderprice |
否 |
INTEGER |
价格 |
ordertime |
否 |
DATE |
订单时间 |
orderclass |
否 |
string |
订单类型 |
orderstate |
否 |
string |
订单状态 |
orderprint |
否 |
string |
打印状态 |
orderingplatform |
否 |
string |
下单平台 |
shipper |
否 |
string |
下单店铺 |
ordershop |
否 |
string |
外键-支付表 |
admid |
否 |
string |
外键-管理员表 |
usersid |
否 |
string |
外键-用户表 |
返回示例
{
"id": 2,
"orderno": "sa111",
"consignee": "圣剑",
"shipper": "张三",
"ordersingular": "1",
"orderprice": "30",
"ordertime": "2023-05-22T16:00:00.000Z",
"orderclass": "客户单",
"orderstate": "运送中",
"orderprint": "已打印",
"orderingplatform": "微信",
"ordershop": "换阿萨",
"updatedAt": "2023-05-24T02:19:16.049Z",
"createdAt": "2023-05-24T02:19:16.049Z"
}
返回参数说明
参数名 |
类型 |
说明 |
consignee |
string |
用户 |
shipper |
string |
员工-骑手 |
orderclass |
string |
客户单 |
备注