From ffd8dbccda8cc324d631bc364273c01c04458385 Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 22 Dec 2022 17:46:18 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index d4ac152c..c7dec445 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -941,13 +941,21 @@ class MarketController extends BaseController { $types = array(); if (SERVER_ENV == _ONLINE) { array_push($types, array( - 'name' => 'online', - 'address' => 'online', + 'name' => 'CEC', + 'address' => '0x9561C133DD8580860B6b7E504bC5Aa500f0f06a7', + )); + array_push($types, array( + 'name' => 'CEG', + 'address' => '0x59d3631c86BbE35EF041872d502F218A39FBa150', )); } else { array_push($types, array( - 'name' => 'test', - 'address' => 'test', + 'name' => 'D CEC', + 'address' => '0x9561C133DD8580860B6b7E504bC5Aa500f0f06a7', + )); + array_push($types, array( + 'name' => 'D CEG', + 'address' => '0x59d3631c86BbE35EF041872d502F218A39FBa150', )); } $this->_rspData(array(