授权  
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_familyhas_api_ApiForMonthlyGiftMyPrizes
api_token String 用户授权码 已登陆用户授权码,64位16进制编码。
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
eventCode String 活动编号
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
list MonthlyGift[] 中奖信息
resultMessage String 返回消息 返回的消息描述
MonthlyGift
参数名称 类型 参数描述 备注
createTime String 中奖时间
rewardTitle String 奖品名称 抽中奖品的描述:20个积分/20元(张)优惠券/香皂一份
productCode String 实物商品编号
rewardImg String 奖品图片
rewardZid String 奖品编号
skuCode String 实物商品SKU编号
rewardType String 奖品类型(实物商品、积分、优惠券) 449749000001:积分;449749000002:优惠券;449749000003:实物商品;
isReceive int 是否领取: 0否 ; 1是 ;