load friend list
POST
http://127.0.0.1/contact/loadfriend
请求参数
参数名
类型
描述
必填
userid
int64
User ID
必填
响应参数
参数名
类型
描述
必填
code
int
0 success; -1 fail
必填
lists
interface{}
slice of user struct
可选
total
interface{}
err.Error() or length of friend list
必填