Commit 7f7b6e03 by 杨昕

sfd

parent 7d84668f
Pipeline #10792 passed with stages
in 40 seconds
......@@ -73,9 +73,10 @@ class MediaController extends Controller
'page_size' => 'integer',
'start_time' => 'date',
'end_time' => 'date',
'category_id' => ''
]);
if (!isset($request->media_type_id)){
if (!isset($request->category_id)){
$request->replace(array_merge($request->all(),['category_id'=>'5efa9cb5d16f5a214671fd86']));
}
......
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