Mike 7 năm trước cách đây
mục cha
commit
b7cf594ce0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/app/Http/Controllers/Api/V1/AuthController.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/AuthController.php

xqd
@@ -34,7 +34,7 @@ class AuthController extends Controller
         if($request->type==1){
             return $this->api('用户隐私');
         }else if($request->type==2){
-            return $this->api('用户隐私');
+            return $this->api('关于我们');
         }else if($request->type==3){
             return $this->api('关于我们');
         }