shangchao

This commit is contained in:
苏尹岚
2021-01-12 14:05:42 +08:00
parent b769147e2c
commit 78d54c54ad
5 changed files with 17 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ func (a *APIManager) GetAPI(vendorID int, appOrgCode string) (pfAPI interface{})
}
case model.VendorIDMTWM:
pfAPI = api.MtwmAPI
if appOrgCode == globals.Mtwm2Code {
pfAPI = api.Mtwm2API
}
case model.VendorIDEBAI:
pfAPI = api.EbaiAPI
case model.VendorIDJDShop: