This commit is contained in:
zengtao01
2024-06-20 16:11:15 +08:00
parent 75c00a3b1c
commit a460d8b5e1
2 changed files with 7 additions and 2 deletions

View File

@ -80,6 +80,6 @@ public interface ErrorCodeConstants {
ErrorCode CARD_NOT_BIND_USER = new ErrorCode(1_004_099_006, "该卡未绑定用户");
ErrorCode INSUFFICIENT_BALANCE = new ErrorCode(1_004_099_007, "余额不足30元,请充值");
ErrorCode CARD_ALREADY_BIND = new ErrorCode(1_004_099_008, "卡号已绑定");
ErrorCode ORDER_NOT_COMPLETE = new ErrorCode(1_004_099_009, "订单未完成");
}