🎨【企业微信】修改查询客户接替状态未接受customer数据问题

This commit is contained in:
huangxm129
2021-08-23 22:16:46 +08:00
committed by GitHub
parent 373aa777c7
commit 226c2af5a1

View File

@@ -7,6 +7,7 @@ import me.chanjar.weixin.cp.bean.WxCpBaseResp;
import me.chanjar.weixin.cp.util.json.WxCpGsonBuilder;
import java.io.Serializable;
import java.util.List;
/**
* 在职成员的客户转接情况
@@ -21,6 +22,8 @@ public class WxCpUserTransferResultResp extends WxCpBaseResp {
@SerializedName("next_cursor")
private String nextCursor;
private List<TransferResult> customer;
public static WxCpUserTransferResultResp fromJson(String json) {
return WxCpGsonBuilder.create().fromJson(json, WxCpUserTransferResultResp.class);
}