查询我是否关注了某个用户
POST
/api/isFollow
请求参数
参数名
类型
描述
必填
userid
string
对方的用户ID
必填
响应参数
参数名
类型
描述
必填
isFollow
bool
是否关注了对方,true是,false否
必填
isEachOther
bool
是否相互关注
必填