mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
update response of callback response error
This commit is contained in:
parent
7dc8a0d519
commit
25fa4da3bc
@ -127,7 +127,7 @@ func callBackPostReturn(ctx context.Context, url, command string, input interfac
|
||||
log.ZWarn(ctx, "callback failed but continue", err, "url", url)
|
||||
return nil
|
||||
}
|
||||
return errs.ErrData.Wrap(err.Error())
|
||||
return errs.ErrData.WithDetail(err.Error() + "response format error")
|
||||
}
|
||||
|
||||
return output.Parse()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user