简要描述:

请求域名:

  • http://xx.com

请求URL:

GET/plugin.store-cashier.admin.store-basic.purview

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "store_widget": {
            "tab_privilege": {
                "title": "权限",
                "check": 1,
                "value": "tab_privilege"
            },
            "tab_discount": {
                "title": "折扣",
                "check": 1,
                "value": "tab_discount"
            },
            "tab_commission": {
                "title": "分销",
                "check": 0,
                "value": "tab_commission"
            },
            "tab_area_dividend": {
                "title": "区域分红",
                "check": 0,
                "value": "tab_area_dividend"
            },
            "tab_team_dividend": {
                "title": "经销商提成",
                "check": 0,
                "value": "tab_team_dividend"
            },
            "tab_room": {
                "title": "带货直播",
                "check": 0,
                "value": "tab_room"
            }
        },
        "store_order_refund_right": 0
    }
}

错误时返回:

  {
    "result": 0,
    "msg": "",
    "data": []
}

返回参数说明:

参数名 类型 说明
store_order_refund_right int 门店订单退款操作,0禁止,1允许
store_widget array 商品权限--商品挂件数组
title string 挂件名称
check int 0未选中,1选中
value string 挂件值

备注:

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