获取用户消息分类数量
/api/index.php/UserApi/countNew
JSON
GET/POST
| 参数名称 | 必须 | 类型及范围 | 描述 |
|---|---|---|---|
| access_token | 是 | string | Oauth2授权成功后获得的access_token |
| company_id | 是 | int |
组织ID |
| since_id | 否 | int |
最新ID |
{
"code": "00000",
"message": "操作成功",
"result": {
"global_comment": "0",
"message": 7,
"follow": "0",
"weibo_comment": 0,
"atme": 0,
"mylike": "0",
"freshman": 0,
"total": 7,
"notify": 0,
"weibo_count": 0,
"all_weibo_count": []
}
}