Commit 2ae9632d by 周业恒

log

parent cb1a1d5f
Pipeline #21219 passed with stages
in 53 seconds
......@@ -124,6 +124,7 @@ class MediaController extends Controller
'end_time' => 'required|date|after_or_equal:start_time',
'duration' => '',
'replace' => '',
'is_fake' => '',
],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