@@ -12,7 +12,10 @@ import me.chanjar.weixin.cp.util.json.WxCpGsonBuilder;
|
|||||||
public class WxCpContactWayResult extends WxCpBaseResp {
|
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