Skip to content

功能概述

资讯类型接口

接口访问

接口地址

info/type

请求方式 Method

GET

返回值

属性类型必填说明
idintegertrue资讯类型ID
titlestringtrue资讯类型

返回示例

{
    "response": [
        {
            "id": 1,
            "title": "科技"
        },
        {
            "id": 2,
            "title": "金融"
        },
        {
            "id": 3,
            "title": "校园"
        }
    ],
    "requestId": "0bc33bc9-0291-4810-8fdf-ec5c4d2896a1"
}