修复BUG

1.x
xiaoz 2018-11-07 22:06:04 +08:00
parent 4f31b6c2e0
commit dd39f99b43
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
//遍历数据
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);