From 57a20e6f2e19c48cd2cdfad62a9f643c7661251a Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 3 Jun 2021 15:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/api.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 58f9300..9413a7b 100644 --- a/doc/api.md +++ b/doc/api.md @@ -618,7 +618,9 @@ name: '优惠券名', count: 1, //数量 couponUrl: '优惠券详情图的url', - type: 0, //类型 0: 单局能获得的奖励 1: 累计榜能获得的奖励 + type: 0, //类型 0: 单局能获得的奖励 1: 累计榜积分奖励, 2: 累计榜排名奖励 + score: '100', // 获得条件 + geted: 0, // 是否已获得, 0: 未获得, 1: 已获得 } ] }