京东回调消息根据token动态选择不同的配置
This commit is contained in:
@@ -2,6 +2,7 @@ package partner
|
||||
|
||||
type IAPIManager interface {
|
||||
GetAPI(vendorID int, appOrgCode string) interface{}
|
||||
GetAPIList(vendorID int) []interface{}
|
||||
GetAppOrgCodeList(vendorID int) (appOrgCodeList []string)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user