diff --git a/modules/hero/api_selectdraw.go b/modules/hero/api_selectdraw.go index 9056877c0..01f1c9aa7 100644 --- a/modules/hero/api_selectdraw.go +++ b/modules/hero/api_selectdraw.go @@ -50,8 +50,8 @@ func (this *apiComp) SelectDraw(session comm.IUserSession, req *pb.HeroSelectDra appointmap map[int32]string // 指定次数抽卡到指定卡池 ) - drawType = 10 // 抽卡类型 10 - drawCount = 10 // 10连 + drawType = comm.DrawCardTypeNew // 抽卡类型 1 + drawCount = 10 // 10连 update = make(map[string]interface{}) appointmap = make(map[int32]string) szCards = make([]string, 0)