From c9fa745aec9573b80205d93dedbc46bdb0fbd3bf Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 22 Jul 2021 16:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0tickets=E7=9A=84=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 为永不过期 }] ```