地图api
This commit is contained in:
@@ -44,6 +44,7 @@ class Goods extends Validate
|
||||
'region_ratio' => 'lt:100',
|
||||
'shareholder_ratio' => 'lt:100',
|
||||
'give_integral_ratio' => 'egt:0',
|
||||
'type' => 'require',
|
||||
];
|
||||
|
||||
protected $message = [
|
||||
@@ -69,6 +70,7 @@ class Goods extends Validate
|
||||
'region_ratio.lt' => '区域分红比例不能超过100',
|
||||
'shareholder_ratio.lt' => '股东分红比例不能超过100',
|
||||
'give_integral_ratio.egt' => '赠送积分比例须大于或等于0',
|
||||
'type.require' => '请选择商品类型',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user