mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 05:07:46 +08:00
parent
9c91aeba6e
commit
6cc5ebdcce
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user