xiaogang 4 năm trước cách đây
mục cha
commit
590087e9b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/TencentImFriendService.php

+ 1 - 1
app/Services/TencentImFriendService.php

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