[TOC]
简要描述
请求URL
https://wbhtest.hrtn.net/digit/gateway/digit/activity/giftcard/gift-card-detail/GetDesToBoss
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
cardBatchCode |
是 |
string |
批次编码 |
phone |
是 |
string |
手机号 |
cardNo |
否 |
String |
卡详情编码 |
返回示例
{
"success": true,
"retCode": "0",
"retMsg": "成功",
"retData": {
"id": 136,
"cardId": 65,
"cardNo": "2022091458786",
"cardPassword": "ldmK8KhSFe7VLDe6fcCkiRLuyBIxRAvu5c6C7N57w10=",
"prizeName": null,
"bindPhone": "13006382887",
"limitMoney": 100,
"remainMoney": 100,
"stime": "2022-09-14",
"etime": "2099-12-31",
"activeTime": "2022-09-14T10:30:52",
"activeType": "2",
"activeChannel": null,
"sendType": "3",
"status": "1",
"createBy": "13006382887",
"saleNo": "test001",
"failureNo": null,
"createTime": "2022-09-14T10:09:18",
"updateTime": "2022-09-14T10:30:52",
"goodsIds": [],
"sencetype": "0",
"useDescription": "",
"effectFlag": null
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
int |
礼品卡id |
cardNo |
String |
卡号 |
cardPassword |
String |
卡密 |
bindPhone |
String |
绑定手机号 |
limitMoney |
String |
卡面值 |
remainMoney |
String |
剩余额度 |
备注