微信公众号,点击菜单,跳转到小程序

时间:2020-03-25 16:28:54   收藏:0   阅读:77

官网链接:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141013

 

参数说明:

1
2
3
4
5
6
7
{
   "type":"miniprogram",
   "name":"点我啊",
   "url":"http://mp.weixin.qq.com",
   "appid":"xxxxxxxxx",   // 小程序appid值 ,进入小程序后台获取
   "pagepath":"pages/index/index"  // 小程序页面路径 如: pages/index/index
 }

 

错误:

1. {"errcode":40166,"errmsg":"invalid weapp appid hint: [uSdBFA0706vr22]"}

参数appid填写错误,appid参数为小程序appid,需要去小程序的后台去查询;而不是关联的小程序原始id

2.{"errcode":85005,"errmsg":"appid not bind weapp hint: [TtM_1a0070vr20]"}

参数appid填写错误,或者对应公众号没有绑定对应的appid小程序

 

原文:https://www.cnblogs.com/yelanggu/p/12566377.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!