修改代码

This commit is contained in:
lyb
2018-08-10 17:30:07 +08:00
parent 5cccfd532f
commit aac9881f6a
3 changed files with 11 additions and 29 deletions

View File

@@ -125,8 +125,10 @@ const (
)
var (
JdSkuPromotion = []int64{2, 3, 4, 6, 8, 1203, 8001, 9998, 9997, 9996}
ElmSkuPromotion = []int64{11, 200}
ElmSkuPromotion = map[int]string{
11: "1",
200: "1",
}
)
const (