作者 lyh

修复脚本

... ... @@ -58,7 +58,7 @@ class SendProduct extends Command
$arr3 = $this->sendNews();
$c_url = $domain.'api/update_page/';
$param = [
'project_id' => $this->user['project_id'],
'project_id' => $v['id'],
'type' => 1,
'route' => 3,
'url' => array_merge($arr1,$arr2,$arr3),
... ...