'require|number', 'promotion_voucher_storetimes_limit'=>'require|number', 'promotion_voucher_buyertimes_limit'=>'require|number|elt:100', 'voucher_price'=>'require', 'voucher_price_describe'=>'require', 'voucher_points'=>'require', 'vouchertemplate_title'=>'require|length:1,50', 'vouchertemplate_total'=>'require|number', 'vouchertemplate_price'=>'require|number', 'vouchertemplate_limit'=>'require', 'vouchertemplate_desc'=>'require|length:1,255' ]; protected $message = [ 'promotion_voucher_price.require'=>'购买单价应为大于0的整数', 'promotion_voucher_price.number'=>'购买单价应为大于0的整数', 'promotion_voucher_storetimes_limit.require'=>'每月活动数量应为大于0的整数', 'promotion_voucher_storetimes_limit.number'=>'每月活动数量应为大于0的整数', 'promotion_voucher_buyertimes_limit.require'=>'最大领取数量应为大于0小于100的整数', 'promotion_voucher_buyertimes_limit.number'=>'最大领取数量应为大于0小于100的整数', 'promotion_voucher_buyertimes_limit.elt'=>'最大领取数量应为大于0小于100的整数', 'voucher_price.require'=>'代金券面额应为大于0的整数', 'voucher_price_describe.require'=>'描述不能为空', 'voucher_points.require'=>'默认兑换积分数应为大于0的整数', 'vouchertemplate_title.require'=>'模版名称不能为空且不能大于50个字符', 'vouchertemplate_title.length'=>'模版名称不能为空且不能大于50个字符', 'vouchertemplate_total.require'=>'可发放数量不能为空且必须为整数', 'vouchertemplate_total.number'=>'可发放数量不能为空且必须为整数', 'vouchertemplate_price.require'=>'模版面额不能为空且必须为整数,且面额不能大于限额', 'vouchertemplate_price.number'=>'模版面额不能为空且必须为整数,且面额不能大于限额', 'vouchertemplate_limit.require'=>'模版使用消费限额不能为空且必须是数字', 'vouchertemplate_desc.require'=>'模版描述不能为空且不能大于255个字符', 'vouchertemplate_desc.length'=>'模版描述不能为空且不能大于255个字符' ]; protected $scene = [ 'setting' => ['promotion_voucher_price', 'promotion_voucher_storetimes_limit', 'promotion_voucher_buyertimes_limit'], 'priceadd' => ['voucher_price', 'voucher_price_describe', 'voucher_points'], 'priceedit' => ['voucher_price', 'voucher_price_describe', 'voucher_points'], 'templateadd' => ['vouchertemplate_title', 'vouchertemplate_total', 'vouchertemplate_price', 'vouchertemplate_limit', 'vouchertemplate_desc'], 'templateedit' => ['vouchertemplate_title', 'vouchertemplate_total', 'vouchertemplate_price', 'vouchertemplate_limit', 'vouchertemplate_desc'], ]; }