作者 刘锟

update

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