1239-付费卡购卡信息查询
接口说明:
获取付费卡购卡信息。
查询入参时间范围不能超过24小时
请求说明:
HTTP请求方式:POST
返回数据格式:JSON
请求路径:api/pbase/GetPayCardPageList
返回参数:
字段 | 类型 | 描述 |
---|---|---|
TradeNo | string | 支付订单号 |
RefundMoney | double | 禁用时退款金额 |
Status | string | 1:使用中2:待使用3:已过期4:手工调整5已禁用 |
IsRecruitVip | bool | 是否招募会员false否true是 |
ServiceChannelId | int | 服务门店Id |
ServiceChannelCode | string | 服务门店Code |
MobileNo | string | 手机号 |
OldCode | string | 会员线下卡号 |
Code | string | 会员卡号 |
PayTypeName | string | 支付方式 |
OriginalPrice | double | 原价 |
Price | double | 售价 |
CardTypeFullName | string | 有效期 |
Name | string | 等级 |
PayTime | string | 付款时间 |
DistributionShopId | int | 购卡门店id |
DistributionShopName | string | 购卡门店名称 |
DistributionSaler | int | 售卡导购ID |
DistributionSalerName | string | 售卡导购名称 |
LastModifiedDate | string | 更新时间 |
请求参数示例代码(json对象):
{
"PageIndex":"1",
"PageSize": "20",
"OldCode":"ezr20210823001",
"StartDate":"2021-07-22 08:00:00",
"EndDate":"2021-07-22 12:00:00",
}
系统级返回结果示例(json):
{
"Status": true,
"StatusCode": 200,
"Msg": "成功",
"Timestamp": "20150622093101",
"Sign": "6ECC9BF07C69E80F6D8552FF7B2E7A8FCA2CC80E",
"Result": 见业务返回结果示例,
}
业务返回结果示例(json):
[{
"RefundMoney": 0,
"Status": "使用中",
"TradeNo": "4200000713202007215839202182",
"IsRecruitVip": false,
"ServiceChannelId": 2484280,
"ServiceChannel": "NIKE",
"MobileNo": "",
"OldCode": "",
"Code": "",
"PayTypeName": "微信支付",
"OriginalPrice": 0,
"Price": 0.01,
"CardTypeFullName": "半年卡(6个月)",
"Name": "付费卡红卡",
"PayTime": "2020-07-21 10:21:06",
"DistributionShopId": 0,
"DistributionShopName": "",
"DistributionSaler": 0,
"DistributionSalerName": ""
},{.......}]