+++
post:app/api.php?i=2&c=entry&do=coupon&op=get&m=we7_wmall
*token=gN7PD0DZA357Ewi57NIupQqPpeikTdw7#用户身份token
*sid=1#门店id
//领取成功后, 返回当次领取的代金券信息
<<<
success
{
"message": {
"resultCode": 0,
"resultMessage": "",
"data": {
{
"id": "2",
"uniacid": "2",
"sid": "1",
"couponid": "2",
"uid": "8970",
"order_id": "0",
"code": "28043266",
"status": "1",
"remark": "",
"granttime": "1479353465", //领取时间
"usetime": "0", //使用时间
"aid": "744",
"title": "每天可领3元券", //代金券标题
"starttime": "1468857600", //使用期限
"endtime": "1487260800", //使用期限
"use_limit": "1",
"discount": "3",
"condition": "5",
"store": {
"id": "1", //门店信息
"title": "密城直营便利店"
}
}
}
}
}
<<<
error
{
"message": {
"resultCode": -1,
"resultMessage": "亲,没有可领取的优惠券",
"data": {
}
}
}
+++