作者 lyh

修复脚本

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