#534 公众号发送模版消息中的小程序path改回pagepath

This commit is contained in:
Binary Wang
2018-04-16 19:37:11 +08:00
parent 74faa2a03e
commit 7d688a3db0
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ public class WxMpTemplateMessage implements Serializable {
private static final long serialVersionUID = -7945254706501974849L;
private String appid;
private String path;
private String pagePath;
}
}