"err",fmt.Sprintf("The height and time parameters are illegal:MaxTime %s MaxHeight %d Expire %s, ExpireHeight %d",start.MaxTime,start.MaxHeight,start.Expire,start.ExpireHeight))
if err != nil || len(ids) == 0 {
returnnil,types.ErrInvalidParam
if err != types.ErrNotFound {
}
return nil, err
}
game, err = action.newGame(gameId, start)
iflen(start.Symbol)==0{
if err != nil {
start.Symbol="bty"
return nil, err
}
}
} else {
iflen(start.Exec)==0{
game = action.selectGameFromIds(ids, start.GetValue())