金额 BigDecimal
This commit is contained in:
@@ -13,7 +13,7 @@ public interface IBetService {
|
||||
* 下注
|
||||
*/
|
||||
BetOrder placeBet(Long userId, Long groupId, String clientMsgId,
|
||||
String playType, Integer betAmount);
|
||||
String playType, BigDecimal betAmount);
|
||||
|
||||
/**
|
||||
* 获取赔率
|
||||
@@ -23,5 +23,5 @@ public interface IBetService {
|
||||
/**
|
||||
* 获取用户本局下注总额
|
||||
*/
|
||||
Integer getUserRoundBetAmount(Long userId, Long roundId);
|
||||
BigDecimal getUserRoundBetAmount(Long userId, Long roundId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user