Application Controller Class
This class object is the super class that every library in CodeIgniter will be assigned to.
$instance : object
Reference to the CI singleton
$data :
__construct() : void
Class constructor
get_instance() : object
Get the CI singleton
reg()
注册
logout() : \json
退出登录
findpassword() : \json
找回密码并设置新密码
checksms()
获取验证码
setpassword() : \json
修改密码
findpaypassword() : \json
找回支付密码并设置新密码
Loading…