Browse Source

同步客户群日志记录

shensong00 2 months ago
parent
commit
6ca17907ab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Service/ChatGroup/ChatGroupService.php

+ 2 - 2
app/Service/ChatGroup/ChatGroupService.php

@@ -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
             }