index.php 321 B

12345678910111213
  1. <?php
  2. /**
  3. * 手机接口初始化文件
  4. *
  5. *
  6. */
  7. require_once(BASE_PATH . '/config/config.ini.php');
  8. require_once(BASE_HELPER_PATH . '/errcode.php');
  9. require_once(BASE_PATH . '/control/merchant.php');
  10. require_once(BASE_PATH . '/framework/function/function.php');
  11. require_once(BASE_PATH . '/control/merchantweb.php');