解决方案是什么? 我输入了正确的 ip python,但无法调用 python 直接运行到 ELSE 时
if($result = $this->curl($this->config->item('http://127.0.0.1:9999/app.py').'/'.$algorithm.'/'.json_encode($param)))
{
$json = json_decode($result);
if(!empty($json->day1->index))
{
$error = false;
}
else
{
$error = true;
$etext .= 'Tidak dapat ditemukan hasil rekomendasi yang optimum, silahkan cek kembali preferensi anda.<br>';
}
}
else
{
$error = true;
$etext .= 'Tidak dapat terhubung dengan server algoritma, silahkan ulangi kembali.<br>';
}
更新 $this->config->item('http://127.0.0.1:9999/app.py'( 到 'http://127.0.0.1:9999/app.py'