简要描述:
| 版本号 | 制定人 | 制定日期 | 修订日期 | 
|---|---|---|---|
| 1.0.0 | kevin | 2023-12-13 | 
请求URL:
请求方式:
- POST
 
请求头:
| 参数名 | 是否必须 | 类型 | 说明 | 
|---|---|---|---|
| token | 是 | string | token参数 | 
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 | 
|---|---|---|---|
| module | 是 | string | 模块 | 
| page | 是 | int | 页码 | 
| pagesize | 是 | int | 数量 | 
返回示例:
正确时返回:
{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "order_id": 47,
                "price": 21,
                "order_num": "202312131707251253480698",
                "status": 1,
                "created_at": "2023年12月13日",
                "json_str": [
                    {
                        "num": 1,
                        "goods_name": "大白菜",
                        "cover": "https://wzbuploads.oss-cn-hangzhou.aliyuncs.com/shop/2023/12/12/65780b07c5afc.jpg",
                        "purchase_price": "11元",
                        "today_price": "16元",
                        "tomorrow_price": "30元",
                        "tomorrow_discount": "7折",
                        "unit": "斤",
                        "presale_price": "21元"
                    }
                ],
                "status_msg": "已完成",
                "cancel_time_msg": ""
            }
        ],
        "page": 2,
        "pagesize": 1,
        "total": 4
    }
}
失败时返回:
{
    "status": 0,
    "msg": "更新失败"
}
返回参数说明:
| 参数名 | 类型 | 说明 | 
|---|---|---|
| order_id | int | 订单id | 
| price | int | 总金额 | 
| order_num | string | 订单号 | 
| status | int | 数量 | 
| created_at | string | 下单时间 | 
| status_msg | string | 订单状态提示 | 
| cancel_time_msg | string | 取消时间提示,有值则可以取消 | 
| json_str.num | int | 数量 | 
| json_str.goods_name | string | 商品名称 | 
| json_str.cover | int | 商品封面 | 
| json_str.purchase_price | string | 进价,有值则显示 | 
| json_str.today_price | string | 现价 | 
| json_str.tomorrow_price | string | 明日价 | 
| json_str.tomorrow_discount | string | 折扣 | 
| json_str.presale_price | string | 预售价 | 
| json_str.unit | int | 商品单位 | 
备注:
- 无
 
作者:admin  创建时间:2023-12-13 17:05
更新时间:2025-04-10 15:43
更新时间:2025-04-10 15:43