544782275@qq.com 3 년 전
부모
커밋
e323260cd4
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      application/api/controller/Login.php

+ 0 - 12
application/api/controller/Login.php

@@ -42,18 +42,6 @@ class Login extends Base
         $this->success('获取成功',htmlspecialchars_decode(sysconf('agreement')));
     }
     /**
-     * @title 隐私政策
-     * @desc 隐私政策
-     * @author QGF
-     * @url /api/Login/privacy_policy
-     * @method GET
-     * @tag 隐私政策
-     * @return name:-- type:string default:-- desc:隐私政策
-     */
-    public function privacy_policy(){
-        $this->success('获取成功',htmlspecialchars_decode(sysconf('privacy_policy')));
-    }
-    /**
      * @title 注册
      * @desc 注册
      * @author QGF