Skip to content

Commit

Permalink
🎨 #1797 企业微信配置客户联系「联系我」方式接口返回增加二维码链接字段
Browse files Browse the repository at this point in the history
新增联系我二维码链接,仅在scene为2时返回
  • Loading branch information
Acvrock authored Oct 12, 2020
1 parent 9c91aeb commit 6cc5ebd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
public class WxCpContactWayResult extends WxCpBaseResp {
@SerializedName("config_id")
private String configId;


@SerializedName("qr_code")
private String qrCode;

public static WxCpContactWayResult fromJson(String json) {
return WxCpGsonBuilder.create().fromJson(json, WxCpContactWayResult.class);
}
Expand Down

0 comments on commit 6cc5ebd

Please sign in to comment.