flyzto před 5 měsíci
rodič
revize
c272950c0d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      server/triangle/totalProfitCalc.js

+ 1 - 1
server/triangle/totalProfitCalc.js

@@ -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 });