stanley-king 1 年之前
父節點
當前提交
cc07bc838b

+ 0 - 2
mchsrv/control/merchant_info.php

@@ -1,6 +1,4 @@
 <?php
-require_once(BASE_ROOT_PATH . '/mobile/control/merchantweb.php');
-
 class merchant_infoControl extends mbMerchantControl
 {
     public function __construct()

+ 0 - 2
mchsrv/control/merchant_login.php

@@ -1,7 +1,5 @@
 <?php
 
-require_once(BASE_ROOT_PATH . '/mobile/control/merchantweb.php');
-
 //商户后台登录
 class merchant_loginControl extends merchantwebControl
 {

+ 0 - 1
mchsrv/control/merchant_order.php

@@ -2,7 +2,6 @@
 
 use task\manager;
 
-require_once(BASE_ROOT_PATH . '/mobile/control/merchantweb.php');
 require_once(BASE_HELPER_PATH . '/task/task_helper.php');
 
 class merchant_orderControl extends mbMerchantControl

+ 0 - 1
mchsrv/control/merchant_refill.php

@@ -1,6 +1,5 @@
 <?php
 
-require_once(BASE_ROOT_PATH . '/mobile/control/merchantweb.php');
 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
 require_once(BASE_HELPER_PATH . '/mtopcard/mtopcard.php');
 

+ 0 - 2
mchsrv/control/refill_evidence.php

@@ -1,6 +1,4 @@
 <?php
-require_once(BASE_ROOT_PATH . '/mobile/control/merchantweb.php');
-
 class refill_evidenceControl extends mbMerchantControl
 {
     public function __construct()

+ 2 - 1
mchsrv/index.php

@@ -9,4 +9,5 @@
 require_once(BASE_PATH . '/config/config.ini.php');
 require_once(BASE_HELPER_PATH . '/errcode.php');
 require_once(BASE_PATH . '/control/merchant.php');
-require_once(BASE_PATH . '/framework/function/function.php');
+require_once(BASE_PATH . '/framework/function/function.php');
+require_once(BASE_PATH . '/control/merchantweb.php');