This commit is contained in:
邹宗楠
2023-06-15 14:18:59 +08:00
parent bd58f97611
commit 64e4339aeb
5 changed files with 24 additions and 346 deletions

View File

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