Browse Source

更新金城繳費查詢IP

master
QxQ 6 years ago
parent
commit
8a73bed6ee
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      models/Carpayment_model.php

+ 4
- 0
models/Carpayment_model.php View File

@@ -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;


Loading…
Cancel
Save