Skip to content

Commit 226c2af

Browse files
authored
🎨【企业微信】修改查询客户接替状态未接受customer数据问题
1 parent 373aa77 commit 226c2af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external/WxCpUserTransferResultResp.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import me.chanjar.weixin.cp.util.json.WxCpGsonBuilder;
88

99
import java.io.Serializable;
10+
import java.util.List;
1011

1112
/**
1213
* 在职成员的客户转接情况
@@ -21,6 +22,8 @@ public class WxCpUserTransferResultResp extends WxCpBaseResp {
2122
@SerializedName("next_cursor")
2223
private String nextCursor;
2324

25+
private List<TransferResult> customer;
26+
2427
public static WxCpUserTransferResultResp fromJson(String json) {
2528
return WxCpGsonBuilder.create().fromJson(json, WxCpUserTransferResultResp.class);
2629
}

0 commit comments

Comments
 (0)