From ae9ee69626cf0f80a4a971606968dbd36f3529b7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 7 Jun 2024 10:06:00 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index e80ed888..62f1bf0e 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -171,13 +171,14 @@ class BaseAuthedController extends BaseController { $userDb = $this->_getOrmUserInfo(); $this->address = $userDb['address']; $this->addressActived = true; + /* if (SERVER_ENV != _ONLINE && empty($this->address)) { $this->address = strtolower('0xa9ecB9F3A0b54d31ce4a035C89EC7Da4110beB59'); if (myself()->_getAccountId() == '6513_2006_3WOWIsmpcihK1KTnNP1Ky5MBOh7rt6Rl') { ///$this->address = strtolower('0x0bb52209756e8d157f2e551a9adb8d9019b688b1'); $this->address = strtolower('0xbd2d6de4b70d370954b187c95dddfbd00f4129ff'); } - } + }*/ } return $this->address; }