修复问题

main-p
998998 2025-03-14 17:57:50 +08:00
parent c91fa58672
commit 8c8cdfc792
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ public class GamesPGServiceImpl implements IGamesService {
paramsMap.put("playerId", exchangeTransferMoneyRequestDTO.getAccount());
paramsMap.put("currency", currencyDTO.getCurrency());
paramsMap.put("type", type);
paramsMap.put("amount", String.valueOf(exchangeTransferMoneyRequestDTO.getAmount().stripTrailingZeros()));
paramsMap.put("amount", exchangeTransferMoneyRequestDTO.getAmount());
paramsMap.put("orderId", transactionId);