...
This commit is contained in:
parent
1af2632812
commit
ffd8dbccda
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user