Skip to content

Commit 8bb547b

Browse files
committed
feat: 修改 400 的 Reason Code
1 parent 728d983 commit 8bb547b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/info/cadecode/simple/constant/ReasonEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public enum ReasonEnum {
2222
TOO_MUCH(429, "过于频繁的请求"),
2323

2424
// 500 服务端错误
25-
ERROR(500, "内部服务错误"),
25+
FAIL(500, "内部服务错误"),
2626
INVALID_PROXY(502, "无效代理"),
2727
TEMP_INVALID(503, "服务暂时失效"),
2828
PROXY_TIME_OUT(504, "代理超时"),

0 commit comments

Comments
 (0)