lvhao 6 月之前
父节点
当前提交
a7134ec3c9
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      core/CoreApp/controllers/Systemfout.php
  2. 1 1
      core/CoreApp/controllers/Systemprint.php

+ 1 - 1
core/CoreApp/controllers/Systemfout.php

@@ -41,7 +41,7 @@ class Systemfout extends Start_Controller {
 		$this->load->_model('Model_fullorderxw','fullorderxw');
 		$this->load->_model('Model_fullorderxw','fullorderxw');
 		$this->load->_model('Model_fullorderpaypal','fullorderpaypal');
 		$this->load->_model('Model_fullorderpaypal','fullorderpaypal');
 		$this->load->_model("Model_logic_ding","logic_ding");
 		$this->load->_model("Model_logic_ding","logic_ding");
-		$this->load->_model("Model_Fedexv1",'fedexv1');
+		$this->load->_model("Model_fedexv1",'fedexv1');
 	}
 	}
 	//定义方法的调用规则 获取URI第二段值
 	//定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     public function _remap($arg,$arg_array)

+ 1 - 1
core/CoreApp/controllers/Systemprint.php

@@ -45,7 +45,7 @@ class Systemprint extends Start_Controller {
 		$this->load->helper('url');
 		$this->load->helper('url');
 		$this->load->_model("Model_yuntu","yuntu");
 		$this->load->_model("Model_yuntu","yuntu");
 		$this->load->_model("Model_api","api");
 		$this->load->_model("Model_api","api");
-		$this->load->_model("Model_Fedexv1",'fedexv1');
+		$this->load->_model("Model_fedexv1",'fedexv1');
 	}
 	}
 	//定义方法的调用规则 获取URI第二段值
 	//定义方法的调用规则 获取URI第二段值
     public function _remap($arg,$arg_array)
     public function _remap($arg,$arg_array)