xiaogang 4 年之前
父節點
當前提交
f79085fb78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/TencentImFriendService.php

+ 1 - 1
app/Services/TencentImFriendService.php

@@ -141,7 +141,7 @@ class TencentImFriendService
             'CustomSequence' => $CustomSequence ?? 0
             'CustomSequence' => $CustomSequence ?? 0
         ];
         ];
         $apiResult = $this->requestApi($baseApiHost, $params);
         $apiResult = $this->requestApi($baseApiHost, $params);
-        dd($apiResult);
+        return $apiResult;
     }
     }
 
 
     //检验好友
     //检验好友