|
|
|
|
@ -46,7 +46,7 @@ namespace RoBot.Start.Cmd
|
|
|
|
|
foreach (var want in wantedTasks)
|
|
|
|
|
{
|
|
|
|
|
msg += $"✨悬赏令 {want.Id} 奖励:{want.ExtraReward.Item}\r\n";
|
|
|
|
|
msg += $"🎁修为:{Utils.FormatNumberToChineseUnit(want.BaseReward)}\r\n";
|
|
|
|
|
msg += $"🎁修为:{Utils.FormatNumberToChineseUnit(want.BaseReward)} ({want.SuccessRate})\r\n";
|
|
|
|
|
var goodsInfo = RedisHelper.Client.HGet<GoodsInfo>(RedisPrefix.GoodsKey, want.ExtraReward.Item);
|
|
|
|
|
if (goodsInfo is not null)
|
|
|
|
|
{
|
|
|
|
|
|