rkljw 5 달 전
부모
커밋
d248b92151
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/JsonRpc/ChatService.php

+ 1 - 1
app/JsonRpc/ChatService.php

@@ -795,7 +795,7 @@ class ChatService implements ChatServiceInterface
         $url = env('IM_URL').'/api/v1/group/invite';
         $dataIM = [
             'group_id' => intval($data['group_id']),
-            'ids' => _string($data['user_id']),
+            'ids' => $data['user_id'],
         ];
         $options = [
             'authorization'=>$data['token']