/action/openapi/project_catalog_list


/action/openapi/project_catalog_list

获取软件分类列表(只有2级)

URL

/action/openapi/project_catalog_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问软件资讯

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
tagtrueint,第一级:tag传0,第二级:传递第一级返回的对应tag0
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "softwareTypes": [
  3. {
  4. "tag": 1,
  5. "name": "编程语言"
  6. },
  7. {
  8. "tag": 3,
  9. "name": "操作系统"
  10. },
  11. {
  12. "tag": 2,
  13. "name": "适应人员角色"
  14. }
  15. ],
  16. "notice": {
  17. "replyCount": 0,
  18. "msgCount": 0,
  19. "fansCount": 0,
  20. "referCount": 0
  21. }
  22. }

返回字段说明

返回值字段类型及范围说明
taginttag的ID
namestringtag的name
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明