Skip to content

Commit 474ce2a

Browse files
committed
🎨 增加点注释
1 parent f2b423b commit 474ce2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/WxMaUniformMessage.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ public static class MiniProgram implements Serializable {
9797
private static final long serialVersionUID = -7945254706501974849L;
9898

9999
private String appid;
100+
/**
101+
* 注意,此属性不是最终的json字符串,可结合以下两个属性一起使用,确定最终json字符串是什么
102+
* 转换的代码逻辑,请阅读 {@link cn.binarywang.wx.miniapp.util.json.WxMaUniformMessageGsonAdapter}
103+
*/
100104
private String pagePath;
101105

102106
/**

0 commit comments

Comments
 (0)