Commit 41992cab by Li Feifei

Update MediaController.php

parent bef88477
Pipeline #20879 passed with stages
in 51 seconds
......@@ -123,8 +123,8 @@ class MediaController extends Controller
'start_time' => 'required|date',
'end_time' => 'required|date|after_or_equal:start_time',
'duration' => '',
'replace' => '',
'status' => '',
'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