Commit 16ed964c authored by shajiaiming's avatar shajiaiming

fix

parent 7493e528
...@@ -12,7 +12,7 @@ define('WALLET_PROJECT_PATH', '/data_wallet/token'); //定义框架代码的目 ...@@ -12,7 +12,7 @@ define('WALLET_PROJECT_PATH', '/data_wallet/token'); //定义框架代码的目
define('WALLET_RUNTIME_PATH', dirname(__DIR__)); //定义程序运行的目录 define('WALLET_RUNTIME_PATH', dirname(__DIR__)); //定义程序运行的目录
if (isset($_GET['env']) && 'test' == $_GET['env']) { if (isset($_GET['env']) && 'test' == $_GET['env']) {
require_once __DIR__ . '/../common/InitAppHelper.php'; require_once __DIR__ . '/../common/helper/InitAppHelper.php';
#if (defined('REQ_ORIGIN')){ #if (defined('REQ_ORIGIN')){
$realip = InitAppHelper::getUserIp(); $realip = InitAppHelper::getUserIp();
echo $realip;exit; echo $realip;exit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment