应用开发

This commit is contained in:
devil_gong
2019-04-16 15:17:30 +08:00
parent 1d11f494df
commit fcc471619c
15 changed files with 708 additions and 76 deletions

View File

@ -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',