更新tickets的状态说明

This commit is contained in:
zhl 2021-07-22 16:21:19 +08:00
parent e67eab5b23
commit c9fa745aec

View File

@ -513,7 +513,7 @@
coupon: '券id',
couponName: '券名',
couponUrl: '券图片url',
status: '状态', //0: 未使用 , 1: 已使用 9: 已过期
status: '状态', //0: 未使用 , 1: 已使用 2: 赠送中, 3: 已赠送,9: 已过期
expire: 0 // 过期时间, 0 为永不过期
}]
```