diff --git a/doc/api.md b/doc/api.md index ed56661..af4fabd 100644 --- a/doc/api.md +++ b/doc/api.md @@ -513,7 +513,7 @@ coupon: '券id', couponName: '券名', couponUrl: '券图片url', - status: '状态', //0: 未使用 , 1: 已使用 9: 已过期 + status: '状态', //0: 未使用 , 1: 已使用 2: 赠送中, 3: 已赠送,9: 已过期 expire: 0 // 过期时间, 0 为永不过期 }] ```