修改问题

This commit is contained in:
zpc 2024-12-07 11:23:33 +08:00
parent 289f695bd2
commit a1e6584598

View File

@ -154,7 +154,8 @@ public class PlayGameBLL : CloudGamingBase
gameInfoCache.GameUserOperation.Add(new PlayGameUserOperation()
{
ActionId = (int)PlayGameStatus.,
Content = $"启动游戏扣除钻石{startDiamond},游戏每分钟消耗{diamondNumHour}"
Content = $"启动游戏扣除钻石{startDiamond},游戏每分钟消耗{diamondNumHour}",
OperationDateTime = DateTime.Now,
});
}
var gameResponse1 = JsonConvert.DeserializeObject<Dictionary<string, object>>(jyResponseData.ResponseContent);