fix:1、修复bug
This commit is contained in:
@@ -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 字符串
|
||||
|
||||
Reference in New Issue
Block a user