3、关注用户
POST
http://localhost:88/api/member/relationship/subscribe?userId=1349290158897311745
请求头
参数名
类型
描述
必填
Authorization
string
jwt身份认证信息
必填
URL参数
参数名
类型
描述
必填
userId
int
被关注用户id
必填
响应参数
参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
0-成功,其他业务码-失败
必填