Mike hace 7 años
padre
commit
b7cf594ce0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('关于我们');
         }