xiaogang há 3 anos atrás
pai
commit
430baa8397
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Http/Controllers/Api/TestController.php

+ 1 - 1
app/Http/Controllers/Api/TestController.php

xqd
@@ -124,7 +124,7 @@ class TestController
 //        dd($res);
 
         $tencent = new TencentImFriendService();
-       $res = $tencent->friendCheck('IM_USER_TEST_7','IM_USER_TEST_13');
+       $res = $tencent->friendCheck('IM_USER_TEST_7',['IM_USER_TEST_13']);
         dd($res);
 
         dd(GetDistance(30.720518,103.998353,30.721384,103.996072));