@@ -12,7 +12,10 @@ import me.chanjar.weixin.cp.util.json.WxCpGsonBuilder;
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user