切换主体
This commit is contained in:
parent
3c4b932f03
commit
b4d0688bfc
|
|
@ -58,7 +58,7 @@ func (srv *NotifyService) Notify(ctx http.Context) error {
|
|||
}
|
||||
|
||||
headerJson, _ := json.Marshal(headers)
|
||||
log.Warn("微信回调通知[%s],CallBack处理失败,headers:%s,body:%s", mchId, headerJson, string(bodyBytes))
|
||||
log.Warnf("微信回调通知[%s],CallBack处理失败,headers:%s,body:%s", mchId, headerJson, string(bodyBytes))
|
||||
|
||||
bizData, err := srv.WechatBiz.CallBack(ctx, mchId, &headers, bodyBytes)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue