|
|
@@ -35,6 +35,7 @@ class ShopValidate extends Validate
|
|
|
'mobile.*' => '手机号码格式不正确',
|
|
|
'cate1.*' => '主营类型不为空',
|
|
|
'contact_name.require' => '联系人不为空',
|
|
|
+ 'contact_name.length' => '联系人长度为2-8个字符',
|
|
|
'contact_name.*' => '联系人格式不正确',
|
|
|
'address.require' => '所在地区不为空',
|
|
|
'address.*' => '所在地区格式错误',
|