## 获取店铺信息
+++
POST:https://store.cuci.cc/store/api/menu/info.html
*store_id=44#店铺ID
<<<
获取成功
{
"code": "SUCCESS",
"msg": "获取店铺信息成功!",
"data": {
"store_id": 44,
"icon": "https://store.cuci.cc/upload/f47b8fe06e38ae99/08e8398da45583b9.png",
"title": "楚才大酒店",
"desc": "没什么好说的,来吧!好吃的好玩的等着你。",
"table_num": 20,
"is_online_pay": 1,
"phone": "13617343800",
"province": "广东省",
"city": "广州市",
"area": "海珠区",
"address": "世港国际公寓E1"
},
"token": "54758c639f697cf3",
"dataType": "json"
}
<<<
获取失败1
{
"code": "NOT_FOUND_STORE",
"msg": "获取店铺信息失败!",
"data": [],
"token": "54758c639f697cf3",
"dataType": "json"
}
<<<
授权失败
{
"code": "AUTH_TOKEN_FAILD",
"info": "应用授权失败,请进行接口授权操作!",
"data": []
}
+++