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));