1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user