简要描述:
请求域名:
请求URL:
POST:plugin.share-coupons.Frontend.controllers.share.index
参数:
参数名 |
是否必须 |
类型 |
说明 |
mark_id |
是 |
int |
二维码带的mark_id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"logo": "https://ysm-1251768088.cos.ap-guangzhou.myqcloud.com/images/1/2020/07/OoRmpC9rTErWR1CqFnTWNRpzqApmrc.jpg",
"name": "优惠券",
"discount": "¥9.99",
"enough": 20,
"num": 2,
"start": "2019-12-17",
"end": "不限时间"
}
}
返回参数说明:
参数名 |
类型 |
说明 |
result |
int |
0:失败,1:成功 |
msg |
string |
提示消息 |
data |
array |
返回数据 |
返回参数 data 说明:
参数名 |
类型 |
说明 |
logo |
string |
商城logo |
name |
string |
优惠券名称 |
discount |
string |
优惠 |
enough |
string |
满多少可用 |
num |
string |
数量 |
start |
string |
起时间 |
end |
string |
止时间 |
备注: