文档
测试

获取我的好友列表

GET
http://localhost:8076/clientapi/im/getmyfriend

请求头

参数名
类型
描述
必填
account
string
账号、邮箱、手机号搜索
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
array
数据列表
必填
id
int
示例:2
必填
memberid
int
示例:2604
必填
frindid
int
示例:2148
必填
status
int
示例:1
必填
createdAt
string
示例:2021-09-14T23:13:36.000Z
必填
updatedAt
string
示例:2021-09-14T23:13:36.000Z
必填
username
string
示例:413942069@qq.com
必填
email
string
示例:413942069@qq.com
必填
phone
object
示例:null
必填
msg
object
示例:null
必填
msgstatus
object
最后一条消息的状态(0:未读,1:已读)
必填
online
int
是否在线(0:否,1:是)
必填
msg
string
最后一条消息
必填
msgid
int
最后一条消息id
必填