xiaogang hace 3 años
padre
commit
a65c22267d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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_1062']);
         dd($res);
 
         dd(GetDistance(30.720518,103.998353,30.721384,103.996072));