mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-09-03 13:19:36 +08:00
数据库结构更新
This commit is contained in:
@@ -10,7 +10,7 @@ use app\model\User;
|
||||
|
||||
class UserController extends BaseController
|
||||
{
|
||||
protected $middleware = ['Auth' => ['except' => ['login']]];
|
||||
protected $middleware = ['Auth' => ['except' => ['login', 'resetKey']]];
|
||||
|
||||
public function login()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user