|
...
|
...
|
@@ -297,7 +297,7 @@ class Temp extends Command |
|
|
|
'project_id' => $project_id,
|
|
|
|
'type' => 3
|
|
|
|
];
|
|
|
|
$re = http_post($c_url, json_decode($c_params), [], true);
|
|
|
|
$re = http_post($c_url, json_encode($c_params), [], true);
|
|
|
|
if (isset($re['status']) && $re['status'] == 200) {
|
|
|
|
$this->output($c_url . ' | 请求成功');
|
|
|
|
} else {
|
...
|
...
|
|