授权  
获取帖子收藏列表
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_groupcenter_favorites_api_ApiCollectionsList
api_token String 用户授权码 已登陆用户授权码,64位16进制编码。
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
version int 版本号 仅用于扩展,无需传入
paging PageOption 5,10 翻页选项 输入起始页码和每页10条
参数名称 类型 参数描述 备注
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
apiCollections Collections[] 收藏帖子列表
paged PageResults 翻页结果
resultMessage String 返回消息 返回的消息描述
Collections
参数名称 类型 参数描述 备注
collection_id String 收藏ID
post_title String 帖子标题
flag String 状态
timeLable String 帖子时间标签 0代表当天即新鲜,1为昨天,2是当年的 long ago,3为long long ago
post_id String 帖子ID
member_code String 账户编号
img_url String 图片
isValid int 帖子是否失效 0:失效 1:有效
collection_time String 收藏时间
app_code String 所属app

PageResults
参数名称 类型 参数描述 备注
count int 返回数量
total int 总数量
more int 是否还有更多

PageOption
参数名称 类型 参数描述 备注
offset int 起码页号 起始页码

[校验规则]:
regex=^\d+$
limit int 每页条数 每页10条

[校验规则]:
minlength=1