调试接口

This commit is contained in:
wangxiaowei
2025-12-22 19:06:04 +08:00
parent ca0d16cf05
commit 90e9448b68
15 changed files with 220 additions and 152 deletions

View File

@ -305,7 +305,7 @@ export const TeaRoomPackageOrderStatusTextValue: Record<TeaRoomPackageOrderStatu
export enum GroupComboOrderStatus {
ToUse = 0, // 待使用
Used = 1, // 已使用
Refunded = 2, // 已退款
Refunded = 3, // 已退款
}
// 本地-团购套餐订单状态
@ -320,7 +320,7 @@ export const GroupComboOrderStatusValue: Record<GroupComboOrderStatusText, strin
[GroupComboOrderStatusText.All]: '',
[GroupComboOrderStatusText.ToUse]: 0,
[GroupComboOrderStatusText.Used]: 1,
[GroupComboOrderStatusText.Refunded]: 2,
[GroupComboOrderStatusText.Refunded]: 3,
}
export const GroupComboOrderStatusTextValue: Record<GroupComboOrderStatus, any> = {