Skip to content

用户是否互相关注

登录后调用此接口, 传入用户id, 可判断用户是否互相关注

接口信息

项目
接口地址/user/mutualfollow/get
请求方式GET / POST
需要登录
对应模块user_mutualfollow_get
文档分类社交与消息

请求参数

参数类型必填默认值说明
uidstring-用户 id

HTTP 示例

bash
GET /user/mutualfollow/get?uid=32953014

编程式调用

ts
import { userMutualfollowGet } from 'hana-music-api'

const result = await userMutualfollowGet({
  uid: '32953014',
})

console.log(result.body)

补充说明

说明 : 登录后调用此接口, 传入用户id, 可判断用户是否互相关注

必选参数 :

uid: 用户 id

接口地址 : /user/mutualfollow/get

调用例子 : /user/mutualfollow/get?uid=32953014

Released under the MIT License.