This commit is contained in:
aozhiwei 2023-06-27 15:31:50 +08:00
parent e251c9a158
commit 164b3199e9

View File

@ -84,7 +84,6 @@ class BlockChainService {
private static function getWeb3ServiceUrl()
{
return 'http://192.168.100.39:7672/webapp/index.php';
if (SERVER_ENV == _TEST) {
return 'http://127.0.0.1:7672/webapp/index.php';
}