1.缺失信息提交
This commit is contained in:
@ -56,7 +56,8 @@ class AdLogic
|
||||
break;
|
||||
}
|
||||
$list[] = [
|
||||
'image' => UrlServer::getFileUrl($ad['image']),
|
||||
// 'image' => UrlServer::getFileUrl($ad['image']),
|
||||
'image' => $ad['image'],
|
||||
'link' => $url,
|
||||
'link_type' => $ad['link_type'],
|
||||
'params' => $params,
|
||||
|
||||
Reference in New Issue
Block a user