文档
测试

获取所有的电卡信息Get all electric card

POST
/queryCardList

接口描述

应用场景Application scenarios 获取所有的电卡信息 Get all electric card information

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
pageSize
Integer
每页数量 Number each page
必填
pageNum
Integer
页码 Page numbe
必填
userId
Integer
用户id User id
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
page
object
数据字典
必填
total
int
示例:6
必填
pages
int
示例:1
必填
pageSize
int
示例:10
必填
pageNum
int
示例:1
必填
list
array
数据列表
必填
user_card_id
string
卡号 card ID number
必填
owner_id
int
公众号Id Official ID
必填
user_name
string
用户名称 User Name
必填
type
int
0、实体卡 entity cards 1、虚拟卡 virtualize card
必填
area_type
int
0 全国通用 1 省份0 全国通用 1 省份通用 2 城市通用 3 区县通用 4 小区通用 5 仅限设备使用 0 National general 1 Province 0 National general 1 Province general 2 City general 3 District county general 4 Community general 5 Only for equipment use
必填
area_id
int
0 全国 其余为各区域ID 0 countrywide The rest are the region IDs
必填
card_id
string
卡号ID card ID
必填
is_count
int
是否加入统计:0 加入统计(默认) 1 不统计充值款外的金额 2 完全不统计 Whether to add statistics: 0 Add statistics (default) 1 Do not count the amount other than the recharge 2 No statistics at all
必填
in_time
int
插入时间 insertion time
必填
balance
int
余额 balance
必填
user_id
int
用户Id User Id
必填
phone
string
手机号 phone number
必填
id
int
id
必填
email
string
示例邮箱地址 email address
必填
success
boolean
示例:true
必填

说明 / 示例

返回示例 Return the example ``` { "data": { "page": { "total": 6, "pages": 1, "pageSize": 10, "pageNum": 1 }, "list": [ { "user_card_id": "832E3D5FCF", "owner_id": 0, "user_name": "20200312185141_kefu", "type": 1, "area_type": 0, "area_id": 0, "card_id": "0000000000000000000000832E3D5FCF", "is_count": 0, "in_time": 1584010301000, "balance": 99, "user_id": 123574, "phone": "", "id": 46911, "email": "" }, { "user_card_id": "0002394706", "owner_id": 117, "user_name": "", "type": 0, "area_type": 0, "area_id": 0, "card_id": "00000000000000000000000002394706", "is_count": 2, "in_time": 1584011897000, "balance": 3, "user_id": 123576, "phone": "158107976999", "id": 46912, "email": "" }, { "user_card_id": "00248A52", "owner_id": 117, "user_name": "", "type": 0, "area_type": 0, "area_id": 0, "card_id": "000000000000000000000000248A52", "is_count": 2, "in_time": 1584012526000, "balance": 3, "user_id": 123576, "phone": "158107976999", "id": 46913, "email": "" }, { "user_card_id": "528a24e31f", "owner_id": 117, "user_name": "", "type": 0, "area_type": 0, "area_id": 0, "card_id": "0000000000000000000000528a24e31f", "is_count": 2, "in_time": 1584012753000, "balance": 11, "user_id": 123577, "phone": "19970790799", "id": 46914, "email": "" } ] }, "success": true } ```