diff --git a/logic/controller/action_扭蛋.go b/logic/controller/action_扭蛋.go index e1bd3716b..5561f45be 100644 --- a/logic/controller/action_扭蛋.go +++ b/logic/controller/action_扭蛋.go @@ -22,7 +22,7 @@ func (h Controller) EggGamePlay(data1 *egg.C2S_EGG_GAME_PLAY, c *player.Player) } r := c.Service.Item.CheakItem(400501) if data1.EggNum > 10 || data1.EggNum <= 0 { - + return nil, errorcode.ErrorCode(errorcode.ErrorCodes.ErrSystemError) } if r < 0 { return nil, errorcode.ErrorCode(errorcode.ErrorCodes.ErrGachaTicketsInsufficient)