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