Parcourir la source

Weenier utc项目部署 0625

wesmiler il y a 3 ans
Parent
commit
89b52925e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Validator/MemberValidator.php

+ 1 - 1
app/Http/Validator/MemberValidator.php

@@ -29,7 +29,7 @@ class MemberValidator extends BaseValidator
     public static $fields = [
         'id' => 'ID',
         'password' => '登录密码',
-        'username' => '用户名',
+        'username' => '账号',
         'code' => '验证码',
         'mobile' => '手机号码',
         'email' => '邮箱',