简要描述:

  • 聚合页

请求URL:

GET/plugin.store-cashier.frontend.store.aggregate-page.get-tab

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1, 
    "msg": "tab", 
    "data": [
        {
            "id": "business_merchant", 
            "text": "商家1", 
            "url": "plugin.store-cashier.frontend.store.store.get-store-list-to-page", 
            "is_open": 1
        }, 
        {
            "id": "business_discount", 
            "text": "折扣1", 
            "url": "plugin.universal-card.frontend.store-discount.store-data", 
            "is_open": 1
        }, 
        {
            "id": "business_coupon", 
            "text": "优惠卷1", 
            "url": "plugin.store-cashier.frontend.store.aggregate-page.coupon", 
            "is_open": 1
        }, 
        {
            "id": "business_goods_gift", 
            "text": "礼包1", 
            "url": "plugin.store-cashier.frontend.store.aggregate-page.goods-gift", 
            "is_open": 1
        }
    ]
}

错误时返回:

返回参数说明:

参数名 类型 说明
business_merchant id 商家
business_discount id 折扣
business_coupon id 优惠卷
business_goods_gift id 礼包
text string 名称
is_open int 是否开启 1:开启 0:隐藏
url array 链接路由

备注:

  • 更多返回错误代码请看首页的错误代码描述