limit
This commit is contained in:
parent
7c743c780f
commit
46b4ae139d
@ -20,7 +20,7 @@ class MerchantTypeValidate extends Validate
|
|||||||
protected $failException = true;
|
protected $failException = true;
|
||||||
|
|
||||||
protected $rule = [
|
protected $rule = [
|
||||||
'type_name|店铺类型名称' => 'require|max:5',
|
'type_name|店铺类型名称' => 'require|max:8',
|
||||||
'type_info|店铺类型要求' => 'max:256',
|
'type_info|店铺类型要求' => 'max:256',
|
||||||
'is_margin|是否有保证金' => 'require|in:0,1',
|
'is_margin|是否有保证金' => 'require|in:0,1',
|
||||||
'auth|权限' => 'require|array|min:1',
|
'auth|权限' => 'require|array|min:1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user