修改问题
This commit is contained in:
parent
289f695bd2
commit
a1e6584598
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user