【错别字修改】优惠卷 => 优惠劵

This commit is contained in:
YunaiV
2024-10-01 20:44:10 +08:00
parent acd36258be
commit db3dbf08c6
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ public class AppCouponTemplateController {
ProductSpuRespDTO spu = productSpuApi.getSpu(spuId);
return spu != null ? spu.getCategoryId() : null;
}
// 商品:直接返回
// 商品:直接返回
return spuId;
}