This commit is contained in:
邹宗楠
2022-09-21 10:03:21 +08:00
parent 9915fa1eb2
commit e2b41bf9db
33 changed files with 2919 additions and 3032 deletions

View File

@@ -105,7 +105,6 @@ var (
VendorIDQiNiuCloud: "Qiniu",
VendorIDJDWL: "Jdwl",
VendorGoMei: "GoMei",
}
VendorTypeName = map[int]string{

View File

@@ -35,8 +35,7 @@ const (
BrandOpenSMS = 8 //短信
BrandOpenVoice = 16 //语音
BrandBalanceLimit = 1000
GoMeiMaxCountNumber = 50 // 国美最大数据返回条数
BrandBalanceLimit = 1000
)
const (
@@ -87,13 +86,11 @@ const (
)
const (
ExdStoreName = "饿鲜达"
MatterStoreID = 666666
JdShopMainVendorStoreID = "9999999" // 三方平台总商户id
GoMeiShopMainVendorStoreID = "GMJ-MS-XOMRF-1J1" // 三方平台总商户id
ExdStoreName = "饿鲜达"
MatterStoreID = 666666
JdShopMainVendorStoreID = "9999999" // 三方平台总商户id
// JdShopMainVendorStoreID2 = "9999999"
JdShopMainStoreID = 100000 // 本地商户门店地
GoMeiShopMainStoreID = 200000 // 本店商户门店id
JdShopMainStoreID = 100000 // 本地商户门店地
// JdShopMainStoreID2 = 100000
VendorStoreTel = "18011597879"