We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b423b commit 474ce2aCopy full SHA for 474ce2a
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/WxMaUniformMessage.java
@@ -97,6 +97,10 @@ public static class MiniProgram implements Serializable {
97
private static final long serialVersionUID = -7945254706501974849L;
98
99
private String appid;
100
+ /**
101
+ * 注意,此属性不是最终的json字符串,可结合以下两个属性一起使用,确定最终json字符串是什么
102
+ * 转换的代码逻辑,请阅读 {@link cn.binarywang.wx.miniapp.util.json.WxMaUniformMessageGsonAdapter}
103
+ */
104
private String pagePath;
105
106
/**
0 commit comments