This commit is contained in:
gazebo
2019-04-27 16:17:32 +08:00
parent e73eb78710
commit 0f85ed964e
2 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ package syseventhub
import (
"time"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-callback/business/jxutils/eventhub"
"git.rosy.net.cn/jx-callback/globals/api"
)
@@ -68,5 +71,6 @@ func (h *Hub) GetWXToken(oldToken string, waitTime time.Duration) (tokenInfo *WX
}
}
}
globals.SugarLogger.Debugf("GetWXToken tokenInfo:%s", utils.Format4Output(tokenInfo, true))
return tokenInfo
}