{"errcode":40017,"errmsg":"invalid button type hint: [I8nq_a0783sha1]"

Posted ddiamondd

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了{"errcode":40017,"errmsg":"invalid button type hint: [I8nq_a0783sha1]"相关的知识,希望对你有一定的参考价值。

在开发微信公众号 添加菜单时遇到问题

一直提示:{"errcode":40017,"errmsg":"invalid button type hint: [I8nq_a0783sha1]"}

原因是:各个Button类中,属性type没有对应getType()方法,导致在生成的json字符串中就没有type

{"button":[{"name":"点击","key":"11"},{"name":"跳转","url":"http://www.baidu.com"}]}    错误的
{"button":[{"name":"点击","type":"click","key":"1"},{"name":"跳转","type":"view","url":"http://www.baidu.com"}]} 正确的

以上是关于{"errcode":40017,"errmsg":"invalid button type hint: [I8nq_a0783sha1]"的主要内容,如果未能解决你的问题,请参考以下文章

Solve Error: "errcode": 48001, "errmsg": "api unauthorized hint"

shell脚本报错{"errcode":40035,"errmsg":"缺少参数 json"}

shell脚本报错{"errcode":40035,"errmsg":"缺少参数 json"}

小程序"errcode":41002错误问题如何解决?

{"errcode":48001,"errmsg":"api unauthorized}

{"errcode":48001,"errmsg":"api unauthorized}