log info2

This commit is contained in:
jiangyong27 2024-07-18 22:31:38 +08:00
parent 2faf742410
commit cad4568b7f
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 err:%s", err.Error())
log.Errorf("qiye weixin Service [%s] err:%s", goutil.EncodeJSON(wechatConfig), err.Error())
return
}
err = server.Send()