From cffdc2969bc9ebbba982cd98ce64b6b2cca6540c Mon Sep 17 00:00:00 2001
From: LMR <59361885@qq.com>
Date: Mon, 15 Dec 2025 14:47:30 +0800
Subject: [PATCH 1/2] add userinfo
---
application/third_party/order/controllers/confirm.php | 4 +++-
application/third_party/order/views/gm/link_tips.php | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/application/third_party/order/controllers/confirm.php b/application/third_party/order/controllers/confirm.php
index 7183f9ae..46307145 100644
--- a/application/third_party/order/controllers/confirm.php
+++ b/application/third_party/order/controllers/confirm.php
@@ -18,6 +18,7 @@ class Confirm extends CI_Controller
$data = array();
if (empty($COLI_SN) || strtoupper(md5($visitor_link)) != strtoupper($token)) {
echo '
Für jeglichen Grund kontaktieren Sie bitte Ihren Reiseführer.
----www.chinahighlightstravel.de
+
From 2a01d0f4cc3b4081219344cef551425431ced1e1 Mon Sep 17 00:00:00 2001
From: LMR <59361885@qq.com>
Date: Mon, 15 Dec 2025 14:47:59 +0800
Subject: [PATCH 2/2] fix userinfo
---
application/third_party/order/controllers/confirm.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/application/third_party/order/controllers/confirm.php b/application/third_party/order/controllers/confirm.php
index 46307145..65cdcc13 100644
--- a/application/third_party/order/controllers/confirm.php
+++ b/application/third_party/order/controllers/confirm.php
@@ -16,6 +16,8 @@ class Confirm extends CI_Controller
public function index($COLI_SN = false, $visitor_link = false, $token = false, $site_code = '', $dev = '')
{
$data = array();
+ $data['err_msg'] = '';
+
if (empty($COLI_SN) || strtoupper(md5($visitor_link)) != strtoupper($token)) {
echo '