Commit 828a4805 authored by Andrew's avatar Andrew

Update ndsp.php

parent c3cbd8a2
...@@ -609,7 +609,7 @@ foreach ($goods as $ads) { ...@@ -609,7 +609,7 @@ foreach ($goods as $ads) {
$ad['link'] ="//".$_SERVER['HTTP_HOST'].'/tgo?l='.$ad['link'].$data['l_path'].'&s='.$ad['ad_id']; $ad['link'] ="//".$_SERVER['HTTP_HOST'].'/tgo?l='.$ad['link'].$data['l_path'].'&s='.$ad['ad_id'];
$ad['image']= "//".$_SERVER['HTTP_HOST'].'/timg/'.$ad['image']; $ad['image']= "//".$_SERVER['HTTP_HOST'].'/timg/'.$ad['image'];
$ad['cpc']=0.03; $ad['cpc']=0.015;
$res[]=$ad; $res[]=$ad;
} }
......
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