1.缺失信息提交
This commit is contained in:
@ -55,9 +55,10 @@ class AdLogic
|
||||
];
|
||||
break;
|
||||
}
|
||||
$domain = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://";
|
||||
$domain .= $_SERVER['HTTP_HOST'];
|
||||
$list[] = [
|
||||
// 'image' => UrlServer::getFileUrl($ad['image']),
|
||||
'image' => $ad['image'],
|
||||
'image' => $domain.$ad['image'],
|
||||
'link' => $url,
|
||||
'link_type' => $ad['link_type'],
|
||||
'params' => $params,
|
||||
|
||||
Reference in New Issue
Block a user