feat: 添加用户优惠券列表接口及相关数据结构

This commit is contained in:
2025-12-30 17:53:27 +08:00
parent dbfb08ed37
commit 2c633dac0f
7 changed files with 208 additions and 2 deletions

View File

@@ -157,7 +157,6 @@ func (s *order) Create(ctx context.Context, form *transaction_dto.OrderCreateFor
return nil
})
if err != nil {
if _, ok := err.(*errorx.AppError); ok {
return nil, err