POST xuner/soc/Social/getUsersFriend
请求信息
URI 参数
无。
Body 参数
SocBannerRequset名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
type |
类型 1商城,2点餐,3社区 |
string |
无。 |
请求格式
application/json, text/json
样例:
{ "type": "sample string 1" }
响应信息
资源描述
gSocResponseOfListOfSoc_user名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of Soc_user |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "userId": "sample string 1", "username": "sample string 2", "nickname": "sample string 3", "avatar": "sample string 4", "userType": "sample string 5", "remark": "sample string 6", "carType": "sample string 7" }, { "userId": "sample string 1", "username": "sample string 2", "nickname": "sample string 3", "avatar": "sample string 4", "userType": "sample string 5", "remark": "sample string 6", "carType": "sample string 7" } ], "req": "sample string 1", "msg": "sample string 2", "code": 3 }