composer
This commit is contained in:
parent
7d3f6c6c53
commit
6c4134210e
|
|
@ -256,10 +256,10 @@ class TbUser extends BaseModel
|
||||||
}
|
}
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
return returnErrorData('验证码错误');
|
return returnErrorData('验证码错误', 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return returnErrorData('error');
|
return returnErrorData('error', 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function selectUserById($userId)
|
public static function selectUserById($userId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue