企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 个人中心-优惠券 请求地址 : 域名/inter/Coupon/get_coupon 请求参数: | 参数 | 必要 | 注释| | --- | --- | --- | |token | 是| token码 | |phone | 是| 用户名 | 备注: 输出参数 | 参数 | 必要 | 注释| | --- | --- | --- | |id | 是| 序列id| |coupon_title | 是| 优惠券名称 | |price | 是| 满使用额度 | |coupon_money | 是| 优惠券额度 | |create_time | 是| 优惠券创建时间 | |due_time | 是| 优惠券到期时间 | |yxts | 是| 有限期天数| |gq | 是| 过期天数| yxts是有限期天数, gq是过期天数。 成功 ~~~ {"data":[{"id":1,"coupon_title":"任务抵用代金券","price":100,"coupon_money":"10","create_time":"1554187200","due_time":"1557643200","yxts":40,"gq":1},{"id":2,"coupon_title":"优惠","price":50,"coupon_money":"5","create_time":"1554532800","due_time":"1557729241","yxts":36,"gq":2}],"msg":"查询成功","state":10001} ~~~ 失败 ~~~ {"data":"","msg":"查询失败","state":10002} ~~~