You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

887 B

###获取话题列表

需要登录

方法:GET

请求参数

参数名 必选 类型 描述
platform string

响应

{
    "code": 0,
    "message": "ok",
    "data": {
        "topic_list": [
            ""
        ]
    }
}

###检验话题是否有效

需要登录

方法:GET

请求参数

参数名 必选 类型 描述
platform string
topic string

响应

{
    "code": 0,
    "message": "ok",
    "data": {
    }
}