简要描述:
获取开启的插件
请求域名:
- http://xx.com
请求URL:
plugin.store-decorate.admin.decorate-common.get-component-list
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
store_id | 是 | int | 门店ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"componentList": [
"U_title",
"U_slideshow",
"U_goods",
"U_button",
"U_location",
"U_notice",
"U_blank",
"U_line",
"U_richtext",
"U_cube",
"U_suspendbutton",
"U_maps",
"U_coupons",
"U_simplegraph",
"U_video",
"U_backup",
"U_tabcontrol",
"U_goodsrush",
"U_goodsnearby",
"U_community",
"U_scanpicture",
"U_storebalance",
"U_goodsgroup"
],
"open_plugin": [
"fight-groups"
]
}
}
错误时返回:
{
"result": 0,
"msg": "暂无数据",
"data": []
}
open_plugin返回参数说明:开启插件的插件名
参数名 | 类型 | 说明 |
---|---|---|
deposit-ladder | string | 定金阶梯团 |
fight-groups | string | 拼团活动 |
备注:
- 更多返回错误代码请看首页的错误代码描述