mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
应用开发
This commit is contained in:
@ -173,6 +173,12 @@ class AdminService
|
||||
'checked_data' => 'CheckUserName',
|
||||
'error_msg' => '用户名格式 5~18 个字符(可以是字母数字下划线)',
|
||||
],
|
||||
[
|
||||
'checked_type' => 'unique',
|
||||
'key_name' => 'username',
|
||||
'checked_data' => 'Admin',
|
||||
'error_msg' => '用户名已存在',
|
||||
],
|
||||
[
|
||||
'checked_type' => 'fun',
|
||||
'key_name' => 'login_pwd',
|
||||
|
||||
Reference in New Issue
Block a user