作者 赵彬吉

update

@@ -47,18 +47,18 @@ class SyncSubmitTaskService @@ -47,18 +47,18 @@ class SyncSubmitTaskService
47 $data = $task['data']; 47 $data = $task['data'];
48 48
49 //有关联域名 替换原数据url 49 //有关联域名 替换原数据url
50 - if($relate_domain){  
51 - $domain = $data['domain'];  
52 - foreach ($data as $k=>&$item){  
53 - if($k == 'data'){  
54 - foreach ($item as &$v){  
55 - $v = str_replace($domain, $relate_domain, $v);  
56 - }  
57 - }else{  
58 - $item = str_replace($domain, $relate_domain, $item);  
59 - }  
60 - }  
61 - } 50 +// if($relate_domain){
  51 +// $domain = $data['domain'];
  52 +// foreach ($data as $k=>&$item){
  53 +// if($k == 'data'){
  54 +// foreach ($item as &$v){
  55 +// $v = str_replace($domain, $relate_domain, $v);
  56 +// }
  57 +// }else{
  58 +// $item = str_replace($domain, $relate_domain, $item);
  59 +// }
  60 +// }
  61 +// }
62 62
63 $checkIpCountry = self::checkIpCountry($data['domain'], $data['ip'], $task['type']); 63 $checkIpCountry = self::checkIpCountry($data['domain'], $data['ip'], $task['type']);
64 64