This commit is contained in:
苏尹岚
2021-02-05 15:11:35 +08:00
parent 2709883f7f
commit 90162a6c4f
2 changed files with 58 additions and 17 deletions

View File

@@ -15,14 +15,16 @@ import (
const (
EbaiSupplierIDsc = "1486975681715"
EbaiSupplierIDc4 = "2233065879"
EbaiSupplierIDc4 = "22267134648"
EbaiSupplierIDhc = "2233065879"
EbaiSupplierIDgy = "2267230126"
)
var (
EbaiSupplierIDMap = map[string]string{
EbaiSupplierIDsc: "饿百商超",
EbaiSupplierIDc4: "饿百菜",
EbaiSupplierIDc4: "饿百菜",
EbaiSupplierIDhc: "饿百好菜",
EbaiSupplierIDgy: "饿百果园",
}
)