This commit is contained in:
gazebo
2019-12-27 18:02:05 +08:00
parent 3547ee4f5e
commit 1ea84798f3

View File

@@ -18,8 +18,9 @@ func jxActType2Mtwm(actType int) int {
actType = mtwmapi.RetailActTypeDirectDown actType = mtwmapi.RetailActTypeDirectDown
} else if actType == model.ActSkuSecKill { } else if actType == model.ActSkuSecKill {
actType = mtwmapi.RetailActTypeSecKill actType = mtwmapi.RetailActTypeSecKill
} else {
actType = 0
} }
actType = 0
return actType return actType
} }