Commit b7b2827f by 杨昕

修改默认时长为0字符串

parent 7bc430a3
Pipeline #10663 passed with stages
in 44 seconds
......@@ -217,7 +217,7 @@ class MediaModel extends Eloquent
'user_id' => $request->token_user_id,
'start_time' => $start_time,
'end_time' => $end_time,
'duration' => $request->duration??0
'duration' => $request->duration??"0"
];
}else{
......
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