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