fk
This commit is contained in:
@@ -24,7 +24,7 @@ func init() {
|
|||||||
|
|
||||||
func getAPI(appOrgCode string) (apiObj *jdapi.API) {
|
func getAPI(appOrgCode string) (apiObj *jdapi.API) {
|
||||||
if appOrgCode == "" {
|
if appOrgCode == "" {
|
||||||
globals.SugarLogger.Warnf("getAPI appOrgCode is empty")
|
// globals.SugarLogger.Warnf("getAPI appOrgCode is empty")
|
||||||
}
|
}
|
||||||
return partner.CurAPIManager.GetAPI(model.VendorIDJD, appOrgCode).(*jdapi.API)
|
return partner.CurAPIManager.GetAPI(model.VendorIDJD, appOrgCode).(*jdapi.API)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user