现象:掉创建公众号菜单接口报错。
调试工具的菜单查询出来的参数原封不动贴到调试工具创建,还是报这个错。但是button的个数和subButton的个数都是按照规定的来的。想不通到底哪里的问题。请帮忙看下,谢谢!
请求参数:
{
"menu": {
"button": [
{
"type": "view",
"name": "预订",
"url": "",
"sub_button": [ ]
},
{
"name": "我的",
"sub_button": [
{
"type": "view",
"name": "打卡",
"url": "",
"sub_button": [ ]
},
{
"type": "view",
"name": "我的订单",
"url": "",
"sub_button": [ ]
},
{
"type": "view",
"name": "日程",
"url": "",
"sub_button": [ ]
},
{
"type": "view",
"name": "授权",
"url": "",
"sub_button": [ ]
},
{
"type": "view",
"name": "绑定账号",
"url": "",
"sub_button": [ ]
}
]
},
{
"name": "微服务",
"sub_button": [
{
"type": "view",
"name": "常见问题",
"url": "",
"sub_button": [ ]
},
{
"type": "view",
"name": "申请加入",
"url": "",
"sub_button": [ ]
},
{
"type": "view",
"name": "商城",
"url": "",
"sub_button": [ ]
}
]
}
]
}
}
{
"errcode": 40016,
"errmsg": "invalid button size rid: 65b218c9-2a70fa9a-30dbb1cf"
}
你好,为什么URL和sub_button都是空的呢?你不会多套了一层menu吧
我隐藏掉了, rid能看到详细参数的