jd.postFakeMsg中正确设置AppKey

This commit is contained in:
gazebo
2019-12-16 10:19:54 +08:00
parent 65d6ac4268
commit ff6cd228a6
4 changed files with 13 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ func init() {
func getAPI(appOrgCode string) (apiObj *jdapi.API) {
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)
}