Merge pull request #195 from loeveol/revert-193-patch-1

Revert "模板消息跳转小程序的参数存在错误,官方文档有误。"
This commit is contained in:
jinyu 2020-02-23 21:18:08 +08:00 committed by GitHub
commit 4ababefb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,6 @@ public class TemplateMessage implements Serializable {
/**
* 所需跳转到小程序的具体页面路径支持带参数,示例index?foo=bar
*/
@JSONField(name = "page")
private String pagepath;
public Miniprogram(String appid, String pagepath) {
this.appid = appid;