Skip to content

Commit 6cc5ebd

Browse files
authored
🎨 #1797 企业微信配置客户联系「联系我」方式接口返回增加二维码链接字段
新增联系我二维码链接,仅在scene为2时返回
1 parent 9c91aeb commit 6cc5ebd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external/WxCpContactWayResult.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
public class WxCpContactWayResult extends WxCpBaseResp {
1313
@SerializedName("config_id")
1414
private String configId;
15-
15+
16+
@SerializedName("qr_code")
17+
private String qrCode;
18+
1619
public static WxCpContactWayResult fromJson(String json) {
1720
return WxCpGsonBuilder.create().fromJson(json, WxCpContactWayResult.class);
1821
}

0 commit comments

Comments
 (0)