This commit is contained in:
jiangyong 2025-09-13 12:19:23 +08:00
parent 5c33808b83
commit f75837fd86
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ func (q *App) Callback(ctx *gin.Context) {
server.SetDebug(true)
err := server.Serve()
if err != nil {
log.Errorf("qiye weixin Service [%s] err:%s", goutil.EncodeJSON(wechatConfig), err.Error())
log.Errorf("qiye weixin Service [%s] err:%s", goutil.EncodeJSON(q.config), err.Error())
return
}
err = server.Send()