简要描述:

  • 获取插件

请求域名:

  • http://xx.com

请求URL:

GET/获取会员等级列表:&route=member.member.getEnablePlugins

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:


{
    result: 1, 
    msg: "ok", 
    data: [
        {
            name: "store_cashier", 
            title: "门店-收银台"
        }, 
        {
            name: "video_demand", 
            title: "视频点播"
        }, 
        {
            name: "supplier_apply", 
            title: "供应商申请"
        },
		{
            name: "store_apply", 
            title: "门店申请"
        }
    ]
}


错误时返回:

{
    "result":0,
}

返回参数说明:

参数名 类型 说明
name string 插件标识
|title|string|插件名称

备注:

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