From 2cf5a14039319514182323e0b922a9c77bc31c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Wed, 16 Oct 2024 14:03:17 +0800 Subject: [PATCH] fix --- application/third_party/trainsystem/controllers/callback.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/third_party/trainsystem/controllers/callback.php b/application/third_party/trainsystem/controllers/callback.php index 64a24a3d..7df96b8c 100644 --- a/application/third_party/trainsystem/controllers/callback.php +++ b/application/third_party/trainsystem/controllers/callback.php @@ -168,6 +168,7 @@ class callback extends CI_Controller{ $this->train_system_model->update_orders($update_data); } + ///回调地址:http://www.mycht.cn/info.php/apps/trainsystem/callback/shuntucallback/ public function shuntucallback(){ $back_json = file_get_contents('php://input'); log_message('error','携程顺途回调信息:'.$back_json);