基础信息驱动更新

feat/task1-c-wallet
Devil 2021-04-20 18:37:27 +08:00
parent 10a50b0b1e
commit a67724048c
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
namespace base;
/**
* 行为信息驱动
* 基础信息驱动
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1
@ -237,7 +237,7 @@ class Behavior
*/
public function GetServerIP()
{
return empty($_SERVER['SERVER_ADDR']) ? '' : $_SERVER['SERVER_ADDR'];
return __MY_ADDR__;
}
/**