- UpdateActStoreSkuBind

This commit is contained in:
gazebo
2019-07-04 15:25:28 +08:00
parent 2d5a2e8274
commit 4e5494a2a4
8 changed files with 84 additions and 19 deletions

View File

@@ -28,6 +28,13 @@ const (
ActCreateTypeSpider = 3
)
var (
ActTypeName = map[int]string{
ActSkuDirectDown: "直降",
ActSkuSecKill: "秒杀",
}
)
type Act struct {
ModelIDCULD