简要描述:

  • 店主订单导入-标签店铺

请求域名:

  • http://xx.com

请求URL:

GET/&route=plugin.owner-order-import.frontend.controllers.index.shopkeeper-tag

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "统计数据",
    "data": [
        {
            "alias": "测试111",
            "count": 1
        },
        {
            "alias": "测试222",
            "count": 1
        }
    ]
}

返回参数说明:

参数名 类型 说明
alias string 标签名称
count int 店铺数量

备注: