登录注册

This commit is contained in:
liu
2026-07-15 12:07:32 +08:00
parent 9eed7c87f6
commit 93c65b56f6
9 changed files with 1231 additions and 51 deletions
+4
View File
@@ -28,5 +28,9 @@ class UserModel extends Authenticatable
'email',
'password',
'nickname',
'openid',
'unionid',
'avatar',
'gender'
];
}