mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: coupon
This commit is contained in:
		| @@ -38,7 +38,8 @@ class CouponSave extends FormRequest | |||||||
|             'started_at.integer' => '开始时间格式有误', |             'started_at.integer' => '开始时间格式有误', | ||||||
|             'ended_at.required' => '结束时间不能为空', |             'ended_at.required' => '结束时间不能为空', | ||||||
|             'ended_at.integer' => '结束时间格式有误', |             'ended_at.integer' => '结束时间格式有误', | ||||||
|             'limit_use.integer' => '使用次数格式有误', |             'limit_use.integer' => '最大使用次数格式有误', | ||||||
|  |             'limit_use_with_user.integer' => '限制用户使用次数格式有误', | ||||||
|             'limit_plan_ids.array' => '指定订阅格式有误' |             'limit_plan_ids.array' => '指定订阅格式有误' | ||||||
|         ]; |         ]; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user