log info2
This commit is contained in:
parent
2faf742410
commit
cad4568b7f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue