0
点赞
收藏
分享

微信扫一扫

“errcode“:40027,“errmsg“:“invalid sub button url size rid: 609687d4-372b3198-78c8143c

雨鸣静声 2022-08-09 阅读 63


你看到这个错误的时候,80%就是下边这种情况
不是子按钮url长度错误,而是json串中的url写成了key
eg:

{
"type":"view",
"name":"官网",
"key":"http://alipaycyl.free.idcfengye.com/index.html"
}
上边的这个是错的,下边的这个是对的,看出区别了吧
{
"type":"view",
"name":"官网",
"url":"http://alipaycyl.free.idcfengye.com/index.html"
}


举报

相关推荐

0 条评论