feat : refund

This commit is contained in:
2025-02-24 15:30:58 +08:00
parent d0409088a6
commit c14901de4a
7 changed files with 105 additions and 24 deletions

View File

@@ -24,4 +24,10 @@ class RefundCode
* @Message("退款失败")
*/
CONST INT REFUND_FAIL = 99;
/**
* @var string 订单类型前缀
*/
const string ORDER_TYPE_GOOD_PREFIX = 'RG';
const string ORDER_TYPE_BALANCE_PREFIX = 'RB';
}