文档
测试

获取豪礼卡收送记录

POST
http://crm.houcaller.com/htest/openapi/v1/getStcardGiftList

请求参数

application/json
参数名
类型
描述
必填
memberId
String
必填

响应参数

参数名
类型
描述
必填
phone
String
手机号
必填
amt
BigDecimal
金额
必填
stcType
String
1:收到 2:赠送
必填
acceptTime
String
日期
必填

说明 / 示例

<pre>{ "msg": "操作成功", "code": 0, "data": { "list": [ { "acceptTime": "2017-07-25 17:13:24", "amt": 800, "phone": "13459004443", "stcType": "2" }, { "acceptTime": "2017-07-10 16:51:28", "amt": 500, "phone": "13459004443", "stcType": "2" }, { "acceptTime": "2017-07-10 16:40:25", "amt": 500, "phone": "13459004443", "stcType": "2" }, { "acceptTime": "2017-07-09 12:48:40", "amt": 800, "phone": "14760037466", "stcType": "1" }, { "acceptTime": "2017-07-09 12:48:40", "amt": 800, "phone": "14760037466", "stcType": "2" }, { "acceptTime": "2017-07-08 17:28:56", "amt": 800, "phone": "13906052463", "stcType": "1" }, { "acceptTime": "2017-07-05 19:17:24", "amt": 500, "phone": "13906052463", "stcType": "1" }, { "acceptTime": "2017-07-05 19:17:24", "amt": 500, "phone": "13906052463", "stcType": "1" } ] } }