授权  
会员信息 积分等
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_familyhas_api_ApiUserInfoQueryFromHomePc
api_token String 用户授权码 已登陆用户授权码,64位16进制编码。
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
time String 2014 查询年份 查询类型为积分、储值金、暂存款时使用,如果是空则查询所有,非空刚查询相应年份数据,如果为 XXXX年以前,请输入 -XXXX
status String 0 礼金卷状态 查询类型为礼金卷时使用,0:未用、1:已用、2:失效

[校验规则]:
in=0,1,2
type String 0 查询类型 0:用户积分、1:用户礼金卷、2:用户储值金、3:用户暂存款

[校验规则]:
in=0,1,2,3
paging PageOption 5,10 翻页选项 输入起始页码和每页10条
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
pointTip String 积分提示
temporaryStore MyTemporaryStore[] 暂存款LIST
resultMessage String 返回消息 返回的消息描述
availableStoreGold String 可用储值金
paged PageResults 翻页结果
storeGold MyStoreGold[] 储值金LIST
giftCard MyGiftCard[] 礼金卷LIST
availablePoint String 可用积分
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
availableGiftCard String 可用礼金卷
availableTemporaryStore String 可用暂存款
points MyPoints[] 积分LIST
PageResults
参数名称 类型 参数描述 备注
total int 总数量
more int 是否还有更多
count int 返回数量

PageOption
参数名称 类型 参数描述 备注
limit int 每页条数 每页10条

[校验规则]:
minlength=1
offset int 起码页号 起始页码

[校验规则]:
regex=^\d+$

MyPoints
参数名称 类型 参数描述 备注
consume_point String 消耗积分 消耗积分
remark String 详细说明 详细说明
get_point String 获得积分 获得积分
etr_date String 积分创建时间 积分创建时间

MyTemporaryStore
参数名称 类型 参数描述 备注
remark String 详细说明 详细说明
storeGold_income String 收入 收入
storeGold_etr_date String 创建时间 创建时间
storeGold_expend String 支出 支出

MyStoreGold
参数名称 类型 参数描述 备注
remark String 详细说明 详细说明
storeGold_income String 收入 收入
storeGold_etr_date String 创建时间 创建时间
storeGold_expend String 支出 支出

MyGiftCard
参数名称 类型 参数描述 备注
giftCard_par String 面值 面值
giftCard_txtPrice_orderid String 消费订单 消费订单
giftCard_num String 数量 数量
giftCard_min_txtPrice String 最低消费额 最低消费额
giftCard_name String 礼金券名称 礼金券名称
giftCard_end_date String 有效期结束时间/失效日期 有效期结束时间/失效日期
giftCard_source String 来源 来源
giftCard_txtPrice_num String 消费数量 消费数量