-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
公众号发送模板消息小程序路径是pagepath而不是path #1367
Copy link
Copy link
Closed
Labels
Description
简要描述
公众号发送模板消息小程序路径是pagepath而不是path
模块版本情况
- WxJava 模块名: WxMpTemplateMessage
- WxJava 版本号:3.6.0
详细描述
公众号发送模板消息小程序路径是pagepath而不是path
mpService.getTemplateMsgService().sendTemplateMsg(tpltMessage)WxMpTemplateMessage实例生成的json string中小程序路径的key是path而不是pagepath,导致用户从消息模板跳转到小程序永远是首页而不是指定页面,麻烦尽快解决,谢谢
Reactions are currently unavailable