Commit 9f18d225 authored by 刘小敏's avatar 刘小敏

优化

parent 03ea6509
...@@ -93,6 +93,6 @@ class User extends Validate ...@@ -93,6 +93,6 @@ class User extends Validate
'changeUsername' => ['username'], 'changeUsername' => ['username'],
'updateMpUserInfo' => ['avatar', 'nickname'], 'updateMpUserInfo' => ['avatar', 'nickname'],
'update' => ['birthday', 'gender'], 'update' => ['birthday', 'gender'],
'agentApply' => ['province_id', 'real_name', 'id_card'], 'agentApply' => [ 'real_name', 'id_card'],
]; ];
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment