xiaogang 4 yıl önce
ebeveyn
işleme
590087e9b1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;