简要描述:

请求域名:

  • http://xx.com

请求URL:

POST/plugin.local-life.api.order.detail-list

参数:

参数名 是否必须 类型 说明

|order_id|是|int|订单id|

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": [
        {
            "id": 1,
            "uniacid": 1,
            "order_id": "1",
            "order_sn": 1,
            "member_id": 1,
            "brand_id": 1,
            "store_id": 1,
            "code": "ddasdada",
            "goods_id": "1",
            "created_at": "2024-10-22 16:47:37",
            "updated_at": "2024-10-22 16:47:37",
            "deleted_at": null,
            "has_one_store": {
                "id": 8,
                "uniacid": 1,
                "name": "测试门店1",
                "province_id": "110000",
                "city_id": "110100",
                "area_id": "110101",
                "province_name": "北京市",
                "city_name": "北京市",
                "area_name": "东城区",
                "address_detail": "夏良",
                "longitude": "113.331341",
                "latitude": "23.281882",
                "tel": "075722285750",
                "midground_brand_id": "1",
                "open_time": [
                    {
                        "weeks": [
                            "周日",
                            "周一",
                            "周二"
                        ],
                        "times": []
                    }
                ],
                "facilities_and_service": "访问访问",
                "business_license": "https://supply.yunzmall.com/uploads/file/38f84c9b9b6abc7b6c3b976770ce8098_20241021114253.jpeg",
                "created_at": "2024-10-21 17:42:23",
                "updated_at": "2024-10-21 17:42:23",
                "store_id": 1
            }
        }
    ]
}

返回参数说明:

参数名 类型 说明
has_one_store.name string 门店名称
code string 券码
used_at string 使用时间