你看到这个错误的时候,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"
}