|
@@ -916,8 +916,8 @@ class ChatGroupService
|
916
|
916
|
}
|
917
|
917
|
$chatGroupList = $responseData['group_chat_list'] ?? [];
|
918
|
918
|
# 翻页查询外部联系人所有的关联员工
|
919
|
|
- if(isset($externalUserData['next_cursor']) && !empty($externalUserData['next_cursor'])) {
|
920
|
|
- $nextCursor = $externalUserData['next_cursor'];
|
|
919
|
+ if(!empty($responseData['next_cursor'])) {
|
|
920
|
+ $nextCursor = $responseData['next_cursor'];
|
921
|
921
|
} else {
|
922
|
922
|
$flag = false;
|
923
|
923
|
}
|