:art:【企业微信】修改查询客户接替状态未接受customer数据问题
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user