POST xuner/bi/vip/consumeflow
会员消费-客户资料-消费流水
请求信息
URI 参数
无。
Body 参数
vip_consume_flowRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| code | string |
无。 |
|
| pageNum | integer |
无。 |
|
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"code": "sample string 1",
"pageNum": 2,
"PageSize": 3
}
响应信息
资源描述
会员消费-客户资料-消费流水
gXopResponseOfListOfvip_consume_flow| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of vip_consume_flow |
无。 |
|
| desc |
错误信息 |
string |
无。 |
| result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"DJH": "sample string 2",
"RQ": "sample string 3",
"SPDM": "sample string 4",
"SPMC": "sample string 5",
"ZJF": "sample string 6",
"SL": 7,
"DJ": 8.0,
"JE": 9.0,
"DM": "sample string 10",
"DGY": "sample string 11",
"YSMC": "sample string 12",
"CMMC": "sample string 13"
},
{
"DJH": "sample string 2",
"RQ": "sample string 3",
"SPDM": "sample string 4",
"SPMC": "sample string 5",
"ZJF": "sample string 6",
"SL": 7,
"DJ": 8.0,
"JE": 9.0,
"DM": "sample string 10",
"DGY": "sample string 11",
"YSMC": "sample string 12",
"CMMC": "sample string 13"
}
],
"desc": "sample string 1",
"result": 2
}