- SkuCategoryMap

This commit is contained in:
gazebo
2019-09-02 10:42:38 +08:00
parent 9307114a7a
commit de6c5de6df
5 changed files with 45 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
package partner
type IAPIManager interface {
GetAPI(vendorID int, orgCode string) interface{}
GetAPI(vendorID int, appOrgCode string) interface{}
GetAppOrgCodeList(vendorID int) (appOrgCodeList []string)
}
var (