fix(constants): 修改营销系统立减金状态描述

- 将状态码2的描述由“已实扣”更改为“已核销”
This commit is contained in:
zhouyonggao 2025-12-18 21:25:52 +08:00
parent 4b313adebb
commit ae04be7ea0
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ var YMTOrderVoucherStatus = map[int]string{
// MarketingOrderVoucherStatus 营销系统立减金状态映射
var MarketingOrderVoucherStatus = map[int]string{
1: "可用",
2: "已实扣",
2: "已核销",
3: "已过期",
4: "已退款",
5: "领取失败",