公众号设置了默认菜单,通过接口也能获取到,但是想要提交新的自定义菜单时提示65303,请问是什么原因
{"errcode":65303,"errmsg":"there is no selfmenu, please create selfmenu first rid: 6a325a22-6667e1f2-021b8944"}
下面是通过接口获取的菜单配置
{
"menu": {
"button": [
{
"type": "view",
"name": "下载TT",
"url": "https://m.52tt.com",
"sub_button": []
},
{
"type": "view",
"name": "公会签约",
"url": "https://appcdn.52tt.com/web/frontend-web-3rd-login/index.html?anchorPromise=1",
"sub_button": []
},
{
"name": "积分提现",
"sub_button": [
{
"type": "view",
"name": "马上充值",
"url": "https://api.52tt.com/coin-open/api/WechatRechargeEntrance",
"sub_button": []
},
{
"type": "view",
"name": "点我提现",
"url": "https://appcdn.52tt.com/web/frontend-web-3rd-login/index.html",
"sub_button": []
},
{
"type": "view",
"name": "充值问题",
"url": "https://appcdn.52tt.com/web/frontend-web-assist-tbean/index.html?to=charge_desc",
"sub_button": []
},
{
"type": "view",
"name": "提现帮助",
"url": "https://activity.52tt.com/yy-act/rules/wxtxbzzx72401/",
"sub_button": []
}
]
}
],
"menuid": 440930326
},
"conditionalmenu": [
{
"button": [
{
"type": "view",
"name": "下载TT",
"url": "http://m.52tt.com",
"sub_button": []
},
{
"type": "view",
"name": "公会签约",
"url": "http://app.52tt.com/project/frontend-web-3rd-login/index.html?anchorPromise=1",
"sub_button": []
},
{
"type": "view",
"name": "充值提现",
"url": "https://app.52tt.com/project/frontend-web-3rd-login/index.html",
"sub_button": []
}
],
"matchrule": {
"client_platform_type": "1"
},
"menuid": 440758933
},
{
"button": [
{
"type": "view",
"name": "下载TT",
"url": "http://m.52tt.com",
"sub_button": []
},
{
"type": "view",
"name": "公会签约",
"url": "http://app.52tt.com/project/frontend-web-3rd-login/index.html?anchorPromise=1",
"sub_button": []
},
{
"name": "充值提现",
"sub_button": [
{
"type": "view",
"name": "马上充值",
"url": "https://api.52tt.com/coin-open/api/WechatRechargeEntrance",
"sub_button": []
},
{
"type": "view",
"name": "点我提现",
"url": "https://app.52tt.com/project/frontend-web-3rd-login/index.html",
"sub_button": []
},
{
"type": "view",
"name": "充值问题",
"url": "http://tcoin.52tt.com/portal/recharge/question.shtml",
"sub_button": []
},
{
"type": "view",
"name": "提现帮助",
"url": "https://activity.52tt.com/yy-act/rules/wxtxbzzx72401/",
"sub_button": []
}
]
}
],
"matchrule": {
"client_platform_type": "2"
},
"menuid": 440740961
},
{
"button": [
{
"type": "view",
"name": "下载TT",
"url": "http://m.52tt.com",
"sub_button": []
},
{
"type": "view",
"name": "公会签约",
"url": "http://app.52tt.com/project/frontend-web-3rd-login/index.html?anchorPromise=1",
"sub_button": []
},
{
"name": "充值提现",
"sub_button": [
{
"type": "view",
"name": "点我提现",
"url": "https://app.52tt.com/project/frontend-web-3rd-login/index.html",
"sub_button": []
},
{
"type": "view",
"name": "提现帮助",
"url": "https://activity.52tt.com/yy-act/rules/wxtxbzzx72401/",
"sub_button": []
}
]
}
],
"matchrule": {
"client_platform_type": "1"
},
"menuid": 440156947
},
{
"button": [
{
"type": "view",
"name": "下载TT",
"url": "http://m.52tt.com",
"sub_button": []
},
{
"type": "view",
"name": "公会签约",
"url": "http://app.52tt.com/project/frontend-web-3rd-login/index.html?anchorPromise=1",
"sub_button": []
},
{
"name": "充值提现",
"sub_button": [
{
"type": "view",
"name": "马上充值",
"url": "http://tcoin.52tt.com/portal/recharge/wcIndex.shtml",
"sub_button": []
},
{
"type": "view",
"name": "点我提现",
"url": "https://app.52tt.com/project/frontend-web-3rd-login/index.html",
"sub_button": []
},
{
"type": "view",
"name": "充值问题",
"url": "http://tcoin.52tt.com/portal/recharge/question.shtml",
"sub_button": []
},
{
"type": "view",
"name": "提现帮助",
"url": "https://activity.52tt.com/yy-act/rules/wxtxbzzx72401/",
"sub_button": []
}
]
}
],
"matchrule": {
"client_platform_type": "2"
},
"menuid": 440156945
}
]
}

你好,调用接口查询菜单,提供查询菜单接口的请求包(包含token),回包,账号ID和时间点
默认菜单就是自定义菜单,以前只需要在微信后台配置就好,不知道什么时候开始需要通过接口先创建下自定义菜单,创建完之后就可以了
https://developers.weixin.qq.com/doc/subscription/api/custommenu/api_createcustommenu.html