简要描述:

9点前获取昨日货品汇总,9点后获取今日货品汇总

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2023-12-13

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string token参数

请求参数:

参数名 是否必须 类型 说明
module string 模块

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "ok",
    "data": {
        "list": [
            {
                "phone": "13113690001",
                "created_at": "2023-12-14 15:18:00",
                "list": [
                    {
                        "goods_id": 24,
                        "goods_name": "香蕉",
                        "presale_price": 10,
                        "num": 3,
                        "created_at": "2023-12-14 15:18:00"
                    },
                    {
                        "goods_id": 25,
                        "goods_name": "石榴",
                        "presale_price": 1.5,
                        "num": 1,
                        "created_at": "2023-12-14 15:18:00"
                    },
                    {
                        "goods_id": 28,
                        "goods_name": "进口香蕉",
                        "presale_price": 8,
                        "num": 2,
                        "created_at": "2023-12-14 16:04:12"
                    }
                ]
            },
            {
                "phone": "13592800000",
                "created_at": "2023-12-14 15:28:01",
                "list": [
                    {
                        "goods_id": 22,
                        "goods_name": "大白菜",
                        "presale_price": 21,
                        "num": 2,
                        "created_at": "2023-12-14 15:28:01"
                    },
                    {
                        "goods_id": 24,
                        "goods_name": "香蕉",
                        "presale_price": 10,
                        "num": 2,
                        "created_at": "2023-12-14 15:28:01"
                    },
                    {
                        "goods_id": 25,
                        "goods_name": "石榴",
                        "presale_price": 1.5,
                        "num": 4,
                        "created_at": "2023-12-14 15:27:38"
                    },
                    {
                        "goods_id": 28,
                        "goods_name": "进口香蕉",
                        "presale_price": 8,
                        "num": 1,
                        "created_at": "2023-12-14 15:27:38"
                    }
                ]
            }
        ],
        "day": "2023-12-14"
    }
}

失败时返回:

{
    "status": 0,
    "msg": "更新失败"
}

返回参数说明:

参数名 类型 说明
list.phone int 会员手机号
list.created_at int 下单时间
list.list.goods_id int 商品id
list.list.goods_name string 商品名称
list.list.presale_price int 预售价
list.list.num string 数量
day string 获取日期

备注:

作者:admin  创建时间:2023-12-14 16:12
 更新时间:2025-04-01 15:40
上一篇:
下一篇: