This commit is contained in:
aozhiwei 2023-06-13 14:43:10 +08:00
parent b7ab6f1949
commit ea23702bd2

View File

@ -15,7 +15,7 @@ class ContractConfig extends BaseService {
if (!$type){ if (!$type){
return; return;
} }
if (SERVER_ENV != _ONLINE){ // if (SERVER_ENV != _ONLINE){
switch ($type){ switch ($type){
case "erc721" : { case "erc721" : {
return array( return array(
@ -31,7 +31,7 @@ class ContractConfig extends BaseService {
); );
} }
} }
} // }
} }
} }