curl --location --request GET '/adminapi/channel.official_account_menu/detail' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"name": "公司产品",
"type": "click",
"key": "product",
"sub_button": [
{
"name": "LikeShop",
"type": "click",
"key": "ls"
},
{
"name": "LikeMall",
"type": "view",
"url": "https://lm.html"
}
]
},
{
"name": "活动",
"type": "view",
"url": "https://activity.html"
}
]
}