接口描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
朱小 |
2019-09-30 |
2019-09-30 |
请求URL:
- 商户接口URL:/api/member/getCodeImg
请求方式:
请求参数:
-无
返回参数说明:
参数名 |
类型 |
说明 |
code |
int |
0 |
msg |
string |
success |
data |
json |
二维码及会员卡配置信息 |
返回数据说明:
参数名 |
类型 |
说明 |
codeUrl |
string |
二维码地址 |
codeImgUrl |
string |
二维码图片地址 |
firstText |
string |
会员卡提示一 |
secondText |
string |
会员卡提示二 |
错误返回:
参数名 |
类型 |
说明 |
code |
int |
16008 |
msg |
string |
商户尚未配置会员卡 |
返回示例:
{
"code": 0,
"msg": "success",
"data": {
"firstText": "首次领取会员卡赠送1.00元",
"codeUrl": "http://mbr.f.xxpay.org/api/auth?mchId=20000004",
"secondText": "消费满100.00元赠送10积分",
"codeImgUrl": "http://mch.f.xxpay.org/api/payment/qrcode_img_get?url=http%3A%2F%2Fmbr.f.xxpay.org%2Fapi%2Fauth%3FmchId%3D20000004&widht=200&height=200"
}
}
备注:
-
文档更新时间: 2021-10-25 18:06 作者:刘正阳