正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 { |
-
请 注册 或 登录 后发表评论