Mike 7 gadi atpakaļ
vecāks
revīzija
b7cf594ce0

+ 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('关于我们');
         }