promotion:完善价格计算,重新接入限时折扣的多种优惠方式

This commit is contained in:
YunaiV
2022-11-06 18:41:27 +08:00
parent c87bc084e6
commit 636cc794dd
6 changed files with 75 additions and 48 deletions

View File

@ -40,4 +40,7 @@ public interface ErrorCodeConstants {
ErrorCode REWARD_ACTIVITY_CLOSE_FAIL_STATUS_CLOSED = new ErrorCode(1003006004, "满减送活动已关闭,不能重复关闭");
ErrorCode REWARD_ACTIVITY_CLOSE_FAIL_STATUS_END = new ErrorCode(1003006004, "满减送活动已结束,不能关闭");
// ========== Price 相关 1003007000 ============
ErrorCode PRICE_CALCULATE_PAY_PRICE_ILLEGAL = new ErrorCode(1003007000, "支付价格计算异常,原因:价格小于等于 0");
}