Commit 79cb7813 by 杨树贤

地址校验

parent b02f2bfc
Showing with 1 additions and 1 deletions
......@@ -27,7 +27,7 @@ class UserAddressSave extends BaseRequest
{
$rules = [
'country' => 'required|max:64',
'province' => 'required|max:64',
// 'province' => 'required|max:64',
'city' => 'required|max:64',
'last_name' => 'required|max:50',
'first_name' => 'required|max:50',
......
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 sign in to comment