B2C商城
使用手册
设置模块
模板设置
数据库管理
插件管理
积分管理
小程序直播
第三方账号注册流程
网站模块
商品模块
订单管理模块
供应商模块
数据模块
微商城模块
小程序&APP模块
常见问题
其他
API接口
用户中心接口
商品相关接口
开发手册
开发教程
基础教程
视频教程
TP视频教程
我的优惠券
URL地址 | http://www.tpshop.com/index.php?m=api&c=User&a=getCouponList |
请求方式 | get |
参数列表
参数 | 是否必须 | 说明 |
p | 可选 | 第几页,默认1 |
type | 可选 | 0表示未使用 |
示例:
成功返回: { { "status":1, "msg":"获取成功", "result":[ { "id":189, "cid":20, "type":2, "uid":1, "order_id":0, "get_order_id":0, "use_time":0, "code":"", "send_time":1509938962, "status":0, "name":"九月九", //优惠券名称 "money":"50.00", //面额 "use_start_time":1509008132,//开始时间 "use_end_time":1514710532, //失效时间 "condition":"2000.00", //使用条件 "use_type":0 } ] } }