|
|
@ -276,9 +276,9 @@ class infofix extends CI_Controller
|
|
|
|
$curl_rs = str_replace(array('<my_lmr_tpl>', '</my_lmr_tpl>'), '', $curl_rs);
|
|
|
|
$curl_rs = str_replace(array('<my_lmr_tpl>', '</my_lmr_tpl>'), '', $curl_rs);
|
|
|
|
// 强制更新信息内容
|
|
|
|
// 强制更新信息内容
|
|
|
|
$this->infoContents_model->force_update($ic_id, $curl_rs);
|
|
|
|
$this->infoContents_model->force_update($ic_id, $curl_rs);
|
|
|
|
echo $curl_rs;
|
|
|
|
echo $ic_id + ' @ ok @ ';
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
echo $ic_id + ' @ ' + $post_data;
|
|
|
|
echo $ic_id + ' @ error @ ';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|