Pre Merge pull request !46 from 高谷深陵/master

This commit is contained in:
高谷深陵
2025-01-19 10:05:44 +00:00
committed by Gitee
4 changed files with 204 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ public enum UnexpectedErrorCode implements ErrorCode {
*/
PAY_ORDER_ID_ERROR(20002, "付款单id发生了异常请联系技术人员排查"),
/**
* 错误码错误
*/
UNKNOWN_ERROR_CODE(20004, "错误码竟然没有找到,请联系技术人员排查"),
;
private final int code;