Skip to content

account.notify num

lisztli edited this page Apr 23, 2012 · 2 revisions

#GET /account/notify_num

获取当前app上的新提醒数量

这个数字会在http://fanfou.com/settings/apps 应用名字后面用括号标示

##路径

http://api.fanfou.com/account/notify_num.[json|xml]

##调用方法

GET

##限制条件

用户登录

##返回结果

###成功

返回提醒的详细信息

  • HTTP Status Code

    200 OK HTTP/1.1

  • 返回值

    • json格式

      json格式解释请见下方示例

##示例

GET http://api.fanfou.com/account/notify_num.json

{
    "result": "ok",
    "notify_num": 5
}
Clone this wiki locally