Skip to content

输入提示信息

  • 接口地址:/api/v2/common/input-tips
  • 请求方式:GET
  • 传参方式:Query

Headers 可选参数

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

Query 参数

参数名类型是否必传说明
typeStringYES选其一 user,group,hashtag,post,extend
keyStringYES关键词

返回结果

json
{
    "code": 0,
    "message": "ok",
    "data": [
        {
            "fsid": "String / 简写 id 或者 slug",
            "name": "String / 名称(或昵称)",
            "image": "String / 图片链接",
            "followStatus": "Boolean / type=user 专用,关注状态",
        }
    ]
}
开发说明
  • 多语言字段只查询当前语言,如果当前未定义语言则查询默认语言。
  • 优先展示已关注的用户、小组、话题、帖子。
  • 优先展示我创建的扩展内容。
参数名用户名-关联字段小组名-关联字段话题名-关联字段帖子标题-关联字段扩展内容标题-关联字段
fsidusers->uid 或 usernamegroups->gidhashtags->slugposts->pidextends->eid
nameusers->nicknamelanguages->lang_contenthashtags->nameposts->titlelanguages->lang_content
followStatususer_follows->follow_type=1user_follows->follow_type=2user_follows->follow_type=3user_follows->follow_type=4
imageusers->avatar_file_urlgroups->cover_file_urlhashtags->cover_file_urlextends->cover_file_url

Released under the Apache-2.0 License