@@ -13,6 +13,9 @@ public class WxCpContactWayResult extends WxCpBaseResp {
|
|||||||
@SerializedName("config_id")
|
@SerializedName("config_id")
|
||||||
private String configId;
|
private String configId;
|
||||||
|
|
||||||
|
@SerializedName("qr_code")
|
||||||
|
private String qrCode;
|
||||||
|
|
||||||
public static WxCpContactWayResult fromJson(String json) {
|
public static WxCpContactWayResult fromJson(String json) {
|
||||||
return WxCpGsonBuilder.create().fromJson(json, WxCpContactWayResult.class);
|
return WxCpGsonBuilder.create().fromJson(json, WxCpContactWayResult.class);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user