From eb6f2b10eec1e797a4e416f843301e368ccc69ef Mon Sep 17 00:00:00 2001
From: heshupeng <hsp@bronet.cn>
Date: Tue, 15 Dec 2020 09:38:35 +0800
Subject: [PATCH] api更新

---
 application/api/controller/Coupons.php | 4 ++--
 public/api.html                        | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/application/api/controller/Coupons.php b/application/api/controller/Coupons.php
index 63a051d..a279940 100644
--- a/application/api/controller/Coupons.php
+++ b/application/api/controller/Coupons.php
@@ -38,8 +38,8 @@ class Coupons extends Base
                 "end": 1610640000
             },
             "usetime": { //有效期
-                "start": 1608220800, //开始时间
-                "end": 1611936000 //结束时间
+                "start": "2020-12-18", //开始时间
+                "end": "2021-01-30" //结束时间
             },
             "description": "满100减10", //优惠券描述
             "usetimestart": 1608220800,
diff --git a/public/api.html b/public/api.html
index ecb14ee..a7b49f3 100755
--- a/public/api.html
+++ b/public/api.html
@@ -5839,8 +5839,8 @@
                 "end": 1610640000
             },
             "usetime": { //有效期
-                "start": 1608220800, //开始时间
-                "end": 1611936000 //结束时间
+                "start": "2020-12-18", //开始时间
+                "end": "2021-01-30" //结束时间
             },
             "description": "满100减10", //优惠券描述
             "usetimestart": 1608220800,
@@ -11019,7 +11019,7 @@
 
             <div class="row mt0 footer">
                 <div class="col-md-6" align="left">
-                    Generated on 2020-12-14 10:30:47                </div>
+                    Generated on 2020-12-15 09:38:21                </div>
                 <div class="col-md-6" align="right">
                     <a href="./" target="_blank">My Website</a>
                 </div>
--
libgit2 0.24.0