up
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user