mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 18:06:52 +08:00
Pre Merge pull request !46 from 高谷深陵/master
This commit is contained in:
@@ -26,6 +26,11 @@ public enum UnexpectedErrorCode implements ErrorCode {
|
||||
*/
|
||||
PAY_ORDER_ID_ERROR(20002, "付款单id发生了异常,请联系技术人员排查"),
|
||||
|
||||
/**
|
||||
* 错误码错误
|
||||
*/
|
||||
UNKNOWN_ERROR_CODE(20004, "错误码竟然没有找到,请联系技术人员排查"),
|
||||
|
||||
;
|
||||
|
||||
private final int code;
|
||||
|
||||
Reference in New Issue
Block a user