Commit 961ba6c2 by 杨昕

test

parent fd99a6ad
Pipeline #18794 passed with stages
in 54 seconds
......@@ -311,12 +311,10 @@ class MediaController extends Controller
*/
public function getMediaForeverM3u8(Request $request)
{
$data = handler_drive(function () use ($request) {
return MediaModel::getMediaForeverM3u8($request);
});
return success($data);
}
/**
......
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