Commit 2598f966 by 杨昕

test

parent aaf2c647
Pipeline #10615 passed with stages
in 42 seconds
......@@ -90,6 +90,7 @@ class MediaController extends Controller
'description' => '',
'start_time' => 'required|date',
'end_time' => 'required|date|after_or_equal:start_time',
'duration' => '',
],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