|
|
@@ -437,7 +437,7 @@ const calcTotalProfitWithFixedFirst = (betInfo1, betInfo2, inner_base, inner_reb
|
|
|
|
|
|
if (inner_base && inner_base != inner_ref_value) {
|
|
|
Logs.out('inner_base is not equal to inner_ref_value', inner_base, inner_ref_value);
|
|
|
- throw new Error('inner_base is not equal to inner_ref_value');
|
|
|
+ throw new Error('内盘基准额度和内盘索引额度不一致');
|
|
|
}
|
|
|
|
|
|
const profitInfo = calcSecondProfit({ ...betInfo2, inner_base, inner_odds_first: inner_odds_1, inner_rebate });
|