/action/openapi/user_notice


/action/openapi/user_notice

获取用户通知

URL

/action/openapi/user_notice

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

password

授权范围(scope)

访问通知信息

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "replyCount": 0,
  3. "msgCount": 0,
  4. "fansCount": 3,
  5. "referCount": 5
  6. }

返回字段说明

返回值字段类型及范围说明
replyCountint新评论个数
msgCountint新私信个数
referCountint新@我个数
replyCountint新评论个数

错误说明