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 9c91aeb commit 6cc5ebdCopy full SHA for 6cc5ebd
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external/WxCpContactWayResult.java
@@ -12,7 +12,10 @@
12
public class WxCpContactWayResult extends WxCpBaseResp {
13
@SerializedName("config_id")
14
private String configId;
15
-
+
16
+ @SerializedName("qr_code")
17
+ private String qrCode;
18
19
public static WxCpContactWayResult fromJson(String json) {
20
return WxCpGsonBuilder.create().fromJson(json, WxCpContactWayResult.class);
21
}
0 commit comments