文档
测试

新人优惠券

GET
/api/coupon/news

响应参数

参数名
类型
描述
必填
coupon
object
可领取新人券
必填
id
int
优惠券id
必填
name
string
名称
必填
des
string
简介
必填
money
float
抵扣金额
必填
limit_money
float
满金额
必填
rema_number
int
剩余数量
必填

说明 / 示例

{ "coupon": { "id": 5, "money": 2, "type_id": 1, "limit_money": 100, "start_time": "2022.07.01", "end_time": "2022.08.31", "number": 1000, "rema_number": 1000, "deleted_at": null, "times": -1, "source": 0, "type": 1, "name": "新人券", "des": "新人券" } }