简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-07-15

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
{
                "order_id": 8,
                "uid": 8,
                "type": 1,
                "goods_order_num": "202007151525154467973165",
                "goods_all_price": "60.00",
                "order_date": "2020-07-15",
                "goods_list": [
                    {
                        "goods_id": 7,
                        "goods_price": "20.00",
                        "num": 2,
                        "goods_name": "火锅丸子",
                        "goods_cover": "http://payorder.com:83/uploads/image/2020-07-15/5f0e7bf75e33d.png"
                    },
                ],
                "goods_num": 6,
                "order_status": 12
            },
        ],
        "page": 1,
        "pagesize": 1,
        "total": 3
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "token过期",
    "data": []
}

list返回参数说明:

参数名 类型 说明
order_id int 订单id
uid int 用户id
type int 【1=配送,2=自提】
goods_order_num int 订单号
goods_all_price string 订单总价格
order_date string 订单时间
goods_list string 商品列表
goods_num int 商品件数
order_status int 订单状态【order_status 0=待支付 1=支付成功 2=支付失败 3=订单取消 6=已发货 7=未发货 8=已收货 9=未收货 12=订单完成】

goods_list返回参数说明:

参数名 类型 说明
goods_id int 商品id
goods_price string 商品价格
num int 数量
goods_name string 商品名称
goods_cover string 封面

备注:

文档更新时间: 2020-07-20 14:31   作者:admin
上一篇:
下一篇: