xiaogang 3 년 전
부모
커밋
41a0384d21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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_2_80']);
+       $res = $tencent->friendCheck('IM_USER_TEST_2_75',['IM_USER_TEST_2_80']);
         dd($res);
 
         dd(GetDistance(30.720518,103.998353,30.721384,103.996072));