GET api/Post/GetIsFocusUserId?userId={userId}

前台 - 判断登录用户是否关注该用户(未登录返回false)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

会员主页用户id

integer

Required

Body Parameters

None.

Response Information

Resource Description

前台 - 判断登录用户是否关注该用户(未登录返回false)

boolean

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>