Browse Source

update: user

tokumeikoi 3 years ago
parent
commit
a301b8461e
2 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Requests/Admin/UserUpdate.php
  2. 0 0
      public/assets/user/umi.js

+ 2 - 1
app/Http/Requests/Admin/UserUpdate.php

@@ -57,7 +57,8 @@ class UserUpdate extends FormRequest
             'u.integer' => '上行流量格式不正确',
             'd.integer' => '下行流量格式不正确',
             'balance.integer' => '余额格式不正确',
-            'commission_balance.integer' => '佣金格式不正确'
+            'commission_balance.integer' => '佣金格式不正确',
+            'password.min' => '密码长度最小8位'
         ];
     }
 }

File diff suppressed because it is too large
+ 0 - 0
public/assets/user/umi.js


Some files were not shown because too many files changed in this diff