Commit e1ed25ee by 杨昕

sf

parent beb73730
Pipeline #11383 passed with stages
in 44 seconds
......@@ -91,6 +91,7 @@ class MediaController extends Controller
'start_time' => 'required|date',
'end_time' => 'required|date|after_or_equal:start_time',
'duration' => '',
'replace' => ''
],config('app.client_request_parameters')),null,[
'start_time.date' => '开始时间格式错误',
'start_time.required'=> '开始时间不能为空',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment