This commit is contained in:
苏尹岚
2021-02-03 16:09:31 +08:00
parent 5129eb9c64
commit 58411e0d85
3 changed files with 21 additions and 2 deletions

View File

@@ -13,6 +13,20 @@ import (
"git.rosy.net.cn/jx-callback/globals/api"
)
const (
EbaiSupplierIDsc = "1486975681715"
EbaiSupplierIDc4 = "2233065879"
EbaiSupplierIDgy = "2267230126"
)
var (
EbaiSupplierIDMap = map[string]string{
EbaiSupplierIDsc: "饿百商超",
EbaiSupplierIDc4: "饿百好菜",
EbaiSupplierIDgy: "饿百果园",
}
)
var (
CurPurchaseHandler *PurchaseHandler
)