Log In

/**
     * 登录处置
     * @throws \think\Exception
     * @throws \think\db\exception\DataNotFoundException
     * @throws \think\db\exception\ModelNotFoundException
     * @throws \think\exception\DbException
     * @throws \think\exception\PDOException
     */
    public function LoginIn()
    {
   
    
    
        $params = \request()->param();
        $rule = [
   

猜你喜欢

转载自blog.csdn.net/weixin_42433970/article/details/109516550
log