cloud.openapi({ appid: 'xxxx' }).officialAccount.menu.create({
"button": [
{
"type":"miniprogram",
"name":"兼职岗位",
"url":"http://mp.weixin.qq.com",
"appid":"yyyy",
"pagepath":"pages/jobs/jobs"
},
{
"type":"miniprogram",
"name":"商户入驻",
"url":"http://mp.weixin.qq.com",
"appid":"zzzzz",
"pagepath":"pages/workers/workers"
}
]
})
报如下错误:
officialAccount.menu.create:fail wx api error: -605108, appid unauthorized
检查了几个appid也都没写错。