Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin
| | |
| | | // 点差
|
| | | transactionPageOfWalletCoinVo.setSpread(tradeSetting.getSpread().setScale(4, BigDecimal.ROUND_DOWN));
|
| | | // 手续费用率
|
| | | transactionPageOfWalletCoinVo.setFeeRatio(tradeSetting.getFeeRatio().setScale(4, BigDecimal.ROUND_DOWN));
|
| | | transactionPageOfWalletCoinVo.setFeeRatio(tradeSetting.getCoinFeeRatio().setScale(4, BigDecimal.ROUND_DOWN));
|
| | | // 用户可用金额
|
| | | transactionPageOfWalletCoinVo.setAvailableBalanceBuy(walletCoinUsdt.getAvailableBalance().setScale(4, BigDecimal.ROUND_DOWN));
|
| | | transactionPageOfWalletCoinVo.setAvailableBalanceSell(walletCoin.getAvailableBalance().setScale(4, BigDecimal.ROUND_DOWN));
|
| | |
| | | import com.xcong.excoin.common.response.Result;
|
| | | import com.xcong.excoin.modules.platform.dao.PlatformNoticeDao;
|
| | | import com.xcong.excoin.modules.platform.entity.PlatformNoticeEntity;
|
| | | import com.xcong.excoin.modules.platform.entity.PlatformPaymentMethodEntity;
|
| | | import com.xcong.excoin.modules.platform.service.PlatformNoticeService;
|
| | |
|
| | | @Service
|