授权  
系统消息
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_newscenter_beauty_api_MessageSystemApi
api_token String 用户授权码 已登陆用户授权码,64位16进制编码。
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
paging PageOption 5,10 翻页选项 输入起始页码和每页10条
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
paged PageResults 翻页结果
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
resultMessage String 返回消息 返回的消息描述
messages SystemMessage[] 系统信息
SystemMessage
参数名称 类型 参数描述 备注
message_info String 消息内容 回复消息
send_time String 发送时间 2009/07/07 21:51:22
is_read String 已读-1,未读-0 1
message_type String 消息类型 例通知:449746910002;小编提醒:449746910001
message_code String 系统消息编码 1

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

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

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

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