4.1.7
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# 更新日志
|
||||
|
||||
4.1.7 - 2025-07-20
|
||||
---
|
||||
- CHANGE: 更新相关依赖
|
||||
- CHANGE: 改进代码结构, 完善处理
|
||||
|
||||
4.1.7-rc.0 - 2025-07-20
|
||||
---
|
||||
- PRE-RELEASE: v4.1.7-rc.0是v4.1.7预发布版本,请勿在生产环境中使用;
|
||||
|
||||
@@ -109,6 +109,9 @@ func init() {
|
||||
ErrNotFound.StatusCode: ErrNotFound,
|
||||
ErrTooManyRequests.StatusCode: ErrTooManyRequests,
|
||||
ErrInternalServerError.StatusCode: ErrInternalServerError,
|
||||
ErrBadGateway.StatusCode: ErrBadGateway,
|
||||
ErrServiceUnavailable.StatusCode: ErrServiceUnavailable,
|
||||
ErrGatewayTimeout.StatusCode: ErrGatewayTimeout,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user