...
|
...
|
@@ -74,7 +74,7 @@ public class WalletChangeController { |
|
|
logger.info("enter assetWithdrawForPlat with param {}", walletChangeVO);
|
|
|
WalletChangeBO reqBO = new WalletChangeBO();
|
|
|
BeanUtils.copyProperties(walletChangeVO, reqBO);
|
|
|
return serviceCaller.call("wallet.assetWithdrawForPlat", reqBO, ApiResponse.class);
|
|
|
return serviceCaller.call("wallet.assetWithdrawForPlat", reqBO, ApiResponse.class, 3);
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|