[TOC]
## 电子券列表
~~~[api]
post:/client/couponlist
*int:state=0 #状态,0-未使用,1已使用,2已过期
*int:page=1#页码
*int:limit=10#每页显示个数
<<<
success
{
"code": 0,
"info": "成功",
"data":[
{
"id": 3,
"member_id": 439,
"coupon_id": 1,
"start_date": "2018-11-01",
"end_date": "2019-01-01",
"create_date": 1543026701,
"use_date": 1111,
"give_date": 0,
"type": 2,
"use_id": 0,
"receive_id": 0,
"evaluation": "",
"score": 0,
"evaluation_time": 0,
"is_read": 0,
"coupon_title": "测试电子券测试电子券测试",
"deduction": "10.00",
"is_self": 0
},
{"id": 2, "member_id": 439, "coupon_id": 1, "start_date": "2018-11-02",…}
]
}
<<<
error
~~~
## 详情
~~~[api]
post:/client/couponinfo
*int:id=1 #会员电子券ID
<<<
success
{
"code": 0,
"info": "成功",
"data":{
"id": 1,
"member_id": 439,
"coupon_id": 1,
"start_date": "2018-11-02",
"end_date": "2018-11-24",
"create_date": 1543026701,
"use_date": 0,
"give_date": "2018-11-24 10:31:41",
"type": 0,
"use_id": 439,
"give_id": 0,
"receive_id": 442,
"evaluation": "",
"score": 0,
"evaluation_time": 0,
"is_read": 1,
"come": 0,
"user_id": 0,
"order_id": 0,
"goods_id": 0,
"receive_member_info":{
"nickname": "黄明波",
"headimgurl": "http://thirdwx.qlogo.cn/mmopen/ajNVdqHZLLChaQIy7oIhickkOCPaSkujDXcWVnBjeqZNg23vR1l6wa1Ht94BzW627MpOTreXxgdeV0MW3zsHTGw/132"
},
"couponInfo":{
"title": "测试电子券测试电子券测试",
"type": 2,
"code": 0,
"use_week": "1,2,3",
"is_self": 0,
"is_giving": 1,
"rules": "我是使用规则"
}
}
}
<<<
error
~~~
## 自助核销
~~~[api]
post:/client/auditcoupon
*int:mem_coupon_id=1 #会员电子券ID
*int:shop_id=1 #门店ID
<<<
success
{
"code": 0,
"info": "成功",
"data":{
"mem_coupon_id": "1",
"user_id": 0,
"create_date": 1543290243,
"coupon_id": 1,
"id": "2"
}
}
<<<
error
~~~
## 自助核销详情
~~~[api]
post:/client/auditcouponinfo
*int:id=1 #核销ID
<<<
success
{
"code": 0,
"info": "成功",
"data":{
"id": 2,
"mem_coupon_id": 1,
"coupon_id": 1,
"create_date": "2018年11月27 11:44:03",
"shop_id": 0,
"user_id": 0,
"coupon_title": "测试电子券测试电子券测试",
"shop_name": ""
}
}
<<<
error
~~~
## 评价
~~~[api]
post:/client/evaluacoupon
*int:id=1 #会员电子券ID
*string:evaluation=内容 #评价内容
*int:score= 5 #评分
<<<
success
{
"code": 0,
"info": "成功",
"data":{
"id": "2",
"evaluation": "非常给力",
"score": "5",
"evaluation_time": 1543294087
}
}
<<<
error
~~~
## 赠送电子券
~~~[api]
post:/client/givecoupon
*int:id=1 #会员电子券ID
<<<
success
<<<
error
~~~
## 接收电子券
~~~[api]
post:/client/getcoupon
*int:id=1 #会员电子券ID
*int:code=1234 #验证码
<<<
success
<<<
error
~~~
## 可核销电子券列表
~~~[api]
post:/client/getauditcoupon
<<<
success
<<<
error
~~~
## 通过门店核销二维码获取门店ID
~~~[api]
post:/client/shopid
*string:audit_url=门店核销url#门店核销url
<<<
success
{
"code": 0,
"info": "成功",
"data": 1
}
<<<
error
~~~
- 全局说明
- 微信相关接口
- 首页
- 系统消息
- 消息中心
- 基础设置
- 门店管理
- 员工管理
- 职务管理
- 会员
- 标签管理
- 会员管理
- 会员等级
- 会员等级权益
- 会员权益核销
- 聊天记录
- 会员等级电子券
- 商品
- 商品分类
- 商品品牌
- 商品管理
- 订单
- 设置
- 生日提醒
- 积分规则
- 客服消息设置
- 群发消息
- 会员/售后待办
- 关键字回复
- 自定义菜单
- 会员卡号规则设置
- 会员卡ID设置
- 客服经理
- 小算盘设置
- 个人中心
- 员工我的待办列表
- 跟进
- 会员动态
- 会员积分/余额
- 订单记录列表
- 个人中心详情页面
- 会员待办列表
- 会员电子券
- 客户平台
- 会员聊天
- 我的顾问
- 客户订单
- 客户中心
- 客户电子券
- 我的动态
- 会员积分/余额
- 统计
- 会员统计
- 会员发展统计
- 销售统计
- 待办统计
- 电子券统计
- 会员等级变更统计
- 积分统计
- 余额统计
- 电子券核销统计
- 权限管理
- 员工权限
- 电子券
- 订单满额
- 订单电子券
- 商品组电子券
- 群发电子券
- 一对一投放
- 商品组
- 商品组商品
- 会员分配
- PC版相关
- 导出相关
- 开通流程页面
- 合作商家
- 商家相关
- 引流券相关
- 合作商家
- 领取功能
- 打印设置
- 小算盘
- e学堂
- 获取Openid