From 8a73bed6eea1a661da37043b0f2b4dd1d3d04211 Mon Sep 17 00:00:00 2001 From: QxQ Date: Wed, 20 Mar 2019 14:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=87=91=E5=9F=8E=E7=B9=B3?= =?UTF-8?q?=E8=B2=BB=E6=9F=A5=E8=A9=A2IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/Carpayment_model.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/Carpayment_model.php b/models/Carpayment_model.php index 0e5e72b..b2ccd4a 100644 --- a/models/Carpayment_model.php +++ b/models/Carpayment_model.php @@ -394,6 +394,10 @@ class Carpayment_model extends CI_Model { $station_local_ip = '192.168.9.201'; } + else if($cario['station_no'] == 12171) + { + $station_local_ip = '192.168.0.201'; + } else { $station_local_ip = STATION_LOCAL_IP;