简要描述:

  • 店员端选择要管理的门店

请求URL:

POST/wapstore/addons/execute/addons/store/controller/wapstore/action/selectStore

参数:

参数名 是否必须 类型 说明
store_id int

返回示例:

正确时返回:

{
    "code": 1,
    "message": "操作成功"
}

错误时返回:

{
    "code": 0,
    "message": "选择门店失败,请重新选择门店"
}