Skip to content

内容类型

  • 接口地址:/api/v2/global/{type}/content-types
  • 请求方式:GET
  • 传参方式:Rest

Headers 可选参数

参数名公开模式(是否必传)私有模式(是否必传)
X-Fresns-AidNOYES
X-Fresns-Aid-TokenNOYES
X-Fresns-UidNOYES
X-Fresns-Uid-TokenNOYES

Rest 参数

参数名类型是否必传说明
typeStringYESpost, comment

返回结果

json
{
    "code": 0,
    "message": "ok",
    "data": [
        {
            "fskey": "String / 插件 Fskey",
            "name": "String / 名称",
            "icon": "String / 服务商图标 URL",
            "url": "String / 服务商访问 URL",
            "badgesType": "Number / 显示类型 1.红点 2.文字 3.数字",
            "badgesValue": "String / 显示文字或者数字",
            "pluginRating": {
                "postByAll": [
                    {
                        "id": "Number / 用于列表接口 pluginRatingId 参数",
                        "title":"String / 标题",
                        "description":"String / 描述"
                    }
                ],
                "postByFollow": [
                    // 同上
                ],
                "postByNearby": [
                    // 同上
                ],
                "commentByAll": [
                    // 同上
                ],
                "commentByFollow": [
                    // 同上
                ],
                "commentByNearby": [
                    // 同上
                ]
            }
        }
    ]
}

Released under the Apache-2.0 License