Browse Source

修复BUG

1.x
xiaoz 6 years ago
parent
commit
dd39f99b43
  1. 4
      functions/unknown.php

4
functions/unknown.php

@ -14,7 +14,9 @@
//遍历数据 //遍历数据
foreach( $datas as $key => $value ) foreach( $datas as $key => $value )
{ {
$url = $config['domain'].'dispose.php?id=' + $value['id']; $url = $config['domain'].'dispose.php?id='.$value['id'];
//echo $url;
//请求鉴黄接口 //请求鉴黄接口
$curl = curl_init($url); $curl = curl_init($url);

Loading…
Cancel
Save