Commit 123e7396 by 周业恒

Update MediaModel.php

parent 84e78a7b
Pipeline #21567 passed with stages
in 48 seconds
......@@ -986,7 +986,7 @@ class MediaModel extends Eloquent
$res = http_request_code($url, null, 'POST', array('mediaIds' => $ids));
$result = json_decode($res, true);
LogModel::addlog(["batchGetMediaForverM3u8" => $url, "返回结果callback" => $result]);
LogModel::addlog(["batchGetMediaForverM3u8" => $url, "返回结果callback" => $res]);
if (empty($result)) {
return [];
......
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