Skip to content

Commit 3ccc278

Browse files
committed
🎨 #1367 公众号发送模板消息小程序类usePath属性默认值设为false,方便生成目前官方确定的正确参数pagepath
1 parent 8b280f4 commit 3ccc278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/template/WxMpTemplateMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static class MiniProgram implements Serializable {
8383
* 是否使用path,否则使用pagepath.
8484
* 加入此字段是基于微信官方接口变化多端的考虑
8585
*/
86-
private boolean usePath = true;
86+
private boolean usePath = false;
8787
}
8888

8989
}

0 commit comments

Comments
 (0)