作者 何书鹏

api更新

... ... @@ -45,7 +45,10 @@ class Coupons extends Base
"usetimestart": 1608220800,
"usetimeend": 1611936000,
"gettimestart": 1607875200,
"gettimeend": 1610640000
"gettimeend": 1610640000,
"user_coupons_id": 1, //领取ID
"status_code": 1610640000, //状态码:no_use=未使用,used=已使用,expired=已过期
"status_name": "未使用" //状态名称
}]
})
*/
... ...
... ... @@ -5846,7 +5846,10 @@
"usetimestart": 1608220800,
"usetimeend": 1611936000,
"gettimestart": 1607875200,
"gettimeend": 1610640000
"gettimeend": 1610640000,
"user_coupons_id": 1, //领取ID
"status_code": 1610640000, //状态码:no_use=未使用,used=已使用,expired=已过期
"status_name": "未使用" //状态名称
}]
}</pre>
</div>
... ... @@ -11019,7 +11022,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2020-12-15 09:45:24 </div>
Generated on 2020-12-15 10:23:27 </div>
<div class="col-md-6" align="right">
<a href="./" target="_blank">My Website</a>
</div>
... ...