用下面两种方法都显示错误:
if ($list = $user->autoCheckToken($_POST)) {
echo "ok";
}else{
dump($list);
$this->error($user->getError());
}
显示错误:
boolean false
:(
页面自动 跳转 等待时间: 2
if ($list = $user->create($_POST)) {
$this->success('info');
}else{
dump($_POST);
dump($list);
$this->error($user->getError());
}
错误提示:
'__hash__' => string 'f90f4bfabd9b368bfd99af47a445ff65_aaf69bb348f185efe4a35616a456f2c0' (length=65)
boolean false
:(
表单令牌错误
页面自动 跳转 等待时间: 0
最佳答案