## 获取菜谱列表
+++
POST:https://store.cuci.cc/store/api/menu/tags.html
*store_id=44#店铺ID
<<<
获取成功
{
"code": "SUCCESS",
"msg": "获取列表成功!",
"data": [
{
"id": 1,
"title": "热销"
},
{
"id": 8,
"title": "标签测试"
},
{
"id": 4,
"title": "苹果香蕉"
},
{
"id": 3,
"title": "瓜果桃李"
},
{
"id": 6,
"title": "你好啊"
},
{
"id": 2,
"title": "柑桔橙柚"
}
],
"token": "54758c639f697cf3",
"dataType": "json"
}
<<<
授权失败
{
"code": "AUTH_TOKEN_FAILD",
"info": "应用授权失败,请进行接口授权操作!",
"data": []
}
+++