Commit 16ca94fa by 杨昕

添加修改screenshot数据

parent 8a851c64
Pipeline #18739 passed with stages
in 1 minute 45 seconds
......@@ -1120,9 +1120,8 @@ class MediaModel extends Eloquent
LogModel::addlog(["更新 screenshot 数据失败 第三方screenshot数据"=>$res,"请求路径"=>$url,"请求参数"=>$data,"请求头"=>$header]);
throw new DatabaseException("更新媒资 screenshot 数据失败");
}
LogModel::addlog(["媒资 screenshot 数据成功 最终screenshot结果"=>$result,"请求参数"=>$params]);
}
LogModel::addlog(["媒资 screenshot 数据成功"=>$res,"请求参数"=>$params]);
return $item;
}
......
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