From 609fda1d6558fe65aa390532e4ffbcb17fe62539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sun, 28 Aug 2022 21:06:49 +0800 Subject: [PATCH] 1 --- globals/api/apimanager/apimanager.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/globals/api/apimanager/apimanager.go b/globals/api/apimanager/apimanager.go index 65821574a..9e89f2baf 100644 --- a/globals/api/apimanager/apimanager.go +++ b/globals/api/apimanager/apimanager.go @@ -79,8 +79,7 @@ func (a *APIManager) GetAppOrgCodeList(vendorID int) (appOrgCodeList []string) { appOrgCodeList = append(appOrgCodeList, v.VendorOrgCode) } case model.VendorIDMTWM: - //appOrgCodeList = []string{api.MtwmAPI.GetAppID(), api.Mtwm2API.GetAppID()} - appOrgCodeList = []string{api.Mtwm2API.GetAppID()} + appOrgCodeList = []string{api.MtwmAPI.GetAppID(), api.Mtwm2API.GetAppID()} case model.VendorIDEBAI: appOrgCodeList = []string{api.EbaiAPI.GetSource()} case model.VendorIDJDShop: