fix:1、修复bug

This commit is contained in:
2026-07-15 16:02:48 +08:00
parent 2934687ce0
commit 4eaffe377e
10 changed files with 23 additions and 14 deletions
+7
View File
@@ -434,6 +434,13 @@ namespace RedHotRoast
decimal price = currency * (decimal)exchangeRateVO.Multi;
return $"{exchangeRateVO.Payicon}{price:N}";
}
public static string Get102Reward(decimal currency)
{
var exchangeRateVO = GetExchangeRateVo();
decimal price = currency * (decimal)exchangeRateVO.Multi;
return $"{price:N}";
}
/// <summary>
/// 金币/AD 字符串