- UpdateActStoreSkuBind
This commit is contained in:
@@ -28,6 +28,13 @@ const (
|
||||
ActCreateTypeSpider = 3
|
||||
)
|
||||
|
||||
var (
|
||||
ActTypeName = map[int]string{
|
||||
ActSkuDirectDown: "直降",
|
||||
ActSkuSecKill: "秒杀",
|
||||
}
|
||||
)
|
||||
|
||||
type Act struct {
|
||||
ModelIDCULD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user