feat : coupon

This commit is contained in:
2025-03-21 15:14:43 +08:00
parent a0dd51fc68
commit 11a36ece80
14 changed files with 644 additions and 16 deletions

View File

@@ -30,4 +30,11 @@ class RefundCode
*/
const string ORDER_TYPE_GOOD_PREFIX = 'RG';
const string ORDER_TYPE_BALANCE_PREFIX = 'RB';
/**
* @var int 退款类型 1=全部退款 2=部分退款 11=余额退款
*/
CONST INT FULL_GOOD_REFUND = 1;
CONST INT PARTIAL_GOOD_REFUND = 2;
CONST INT BALANCE_REFUND = 11;
}