|
|
|
@ -35,7 +35,7 @@ class AdminZoneGoods extends BaseController |
|
|
|
'bg_image|背景图' => 'require|max:127', |
|
|
|
'max_awards_amount|最高中奖金额' => 'max:12', |
|
|
|
'play_id|玩法id' => 'number', |
|
|
|
'awards_number_count|中奖号码数量' => 'between:1,5', |
|
|
|
'awards_number_count|中奖号码数量' => 'between:0,5', |
|
|
|
'direction_count|纵向数量' => 'between:1,4', |
|
|
|
'transverse_count|横向数量' => 'between:1,5', |
|
|
|
'awards_icon_dirname|有奖图标目录' => 'max:127' |
|
|
|
|