master
LMR 10 months ago
parent f460db514c
commit 25727d79c2

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

Loading…
Cancel
Save