544782275@qq.com 3 年之前
父节点
当前提交
3001fc963e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/api/controller/Login.php

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

@@ -346,6 +346,9 @@ class Login extends Base
         $jwt = JWT::encode($token, $key);
         return $jwt;
     }
+    public function privacy_policy(){
+        $this->success('获取成功',htmlspecialchars_decode(sysconf('privacy_policy')));
+    }
     public function  get_token(){
         $uid = input('uid',500);
         $token = $this->create_jwt($uid);