feat: implement coupon management and receive flow

This commit is contained in:
2026-01-13 18:19:29 +08:00
parent 9b06f768ab
commit 4f315cc2db
18 changed files with 1787 additions and 246 deletions

View File

@@ -48,6 +48,10 @@ field_type:
status: consts.ContentAccessStatus
tenant_ledgers:
type: consts.TenantLedgerType
coupons:
type: consts.CouponType
user_coupons:
status: consts.UserCouponStatus
field_relate:
contents:
Author: