切换主体

This commit is contained in:
ziming 2026-03-26 15:17:56 +08:00
parent 3c4b932f03
commit b4d0688bfc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {