|
|
@@ -459,7 +459,7 @@ class CoinLogService extends BaseService
|
|
|
}
|
|
|
|
|
|
// 出币,不包含手续费
|
|
|
- if(!$result = UsdtWalletService::make()->usdtTrcTransfer($userInfo['trc_address'],$num)){
|
|
|
+ if(!$result = UsdtWalletService::make()->usdtTrcTransfer($memberInfo['trc_address'],$num)){
|
|
|
$this->model->rollBack();
|
|
|
$this->error = '5003';
|
|
|
return false;
|
|
|
@@ -489,7 +489,7 @@ class CoinLogService extends BaseService
|
|
|
}
|
|
|
|
|
|
// 出币,不包含手续费
|
|
|
- if(!$result = UsdtWalletService::make()->usdtErcTransfer($userInfo['trc_address'],$num)){
|
|
|
+ if(!$result = UsdtWalletService::make()->usdtErcTransfer($memberInfo['erc_address'],$num)){
|
|
|
$this->model->rollBack();
|
|
|
$this->error = '5003';
|
|
|
return false;
|