获取发出的站内私信
出自开开API
目录 |
说明
获取发出的站内私信
路径
http://open.k.ai/public/messages/sent.[json,xml]?key=appkey
是否需要身份认证
YES
请求数限制
YES
参数
page (可选):起始页,默认为1
count(可选):返回的数量,默认20,最大50
HTTP调用方式
GET
成功返回
XML
<?xml version="1.0" encoding="UTF-8"?> <messages> <msg> <msg_id>17235</msg_id> <to_uid>172458</to_uid> <content>发出的消息内容</content> <dateline>1280393758</dateline> </msg> <msg> <msg_id>17235</msg_id> <to_uid>172458</to_uid> <content>发出的消息内容</content> <dateline>1280393758</dateline> </msg> </messages>
验证未通过返回
Http Code 401
