xiaogang 4 년 전
부모
커밋
88e127b4f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/TencentImFriendService.php

+ 1 - 1
app/Services/TencentImFriendService.php

xqd
@@ -237,7 +237,7 @@ class TencentImFriendService
         $baseApiHost = $this->getTencentImRestApiBaseHost();
         $params = [
             'From_Account' => $fromAccount,
-            'To_Account' => $toAccount,
+            'To_Account' => array($toAccount),
         ];
         $apiResult = $this->requestApi($baseApiHost, $params);
         return $apiResult;