"miniprogram":{ "appid":"xiaochengxuappid12345", "pagepath":"pages/my/my" }, 现在我的pagepath是这样写的,但是总是从公众号消息模板跳到小程序时,只能跳到首页,不能跳到我指定的页面,无论我怎么改路径都是跳到首页,请问这个怎么解决,写公众号用的是java

微信发送模板消息 pagepath写法,能举个例子吗
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- weixin_38884872 2018-05-07 13:03关注
public String getTemplate_id() {
return template_id;
}
public void setTemplate_id(String template_id) {
this.template_id = template_id;
}
public String getTouser() {
return touser;
}
public void setTouser(String touser) {
this.touser = touser;
}
public String getUrl() {
return url;
}
public void setUrl(String url) {
this.url = url;
}
public String getTopcolor() {
return topcolor;
}
public void setTopcolor(String topcolor) {
this.topcolor = topcolor;
}
public Map getData() {
return data;
}
public void setData(Map data) {
this.data = data;
}
}解决 无用评论 打赏 举报