简要描述:

请求域名:

  • http://xx.com

请求URL:

GET/plugin.platform-order-import.frontend.convert-record.index

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "list",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 1,
                "uniacid": 6,
                "platform_id": 1,
                "order_id": 0,
                "member_id": 2455,
                "external_sn": "WW2024031523232",
                "order_sn": "SN2403181152CBD1F5",
                "goods_title": "测试导出啊",
                "amount": "233.12",
                "status": 1,
                "order_time": "2024-01-08 15:20:10",
                "match_time": "2024-03-18 11:52:44",
                "created_at": "2024-03-15 17:56:05",
                "has_one_platform": {
                    "id": 1,
                    "uniacid": 6,
                    "name": "测试",
                    "created_at": "2024-03-13 16:37:21"
                }
            }
        ],
        "first_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://demo.yun.cn/addons/yun_shop/api.php",
        "per_page": 20,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

错误时返回:

  {}

返回参数说明:

参数名 类型 说明
order_id int 订单ID
order_sn string 订单号
external_sn string 第三方订单号
match_time string 转换时间
has_one_platform.name string 平台名称