获取用户当前组织所有同事信息

接口地址

/api/index.php/MessageApi/getContacts


返回格式

JSON


http请求方式

POST


请求参数
参数名称 必须 类型及范围 描述
access_token string Oauth2授权成功后获得的access_token

返回结果
普通组织
[
{
      "uid": "209",
      "follow_id": "1057",
      "uname": "邹天宇",
      "uface": "http://startcity-upload.stor.sinaapp.com/avatar/2013/10/25/526a1a2eabde6_big.jpg",
      "sex": "1",
      "py": "邹天宇|zoutianyu|zty"
 }
 ]
 官方社区
[
{
      "id": "279",
      "sex": "1",
      "py": "殷仁杰|yinrenjie|yrj",
      "username": "殷仁杰",
      "email": "yinrenjie@allrun.com.cn",
      "mobile": "15898108581",
      "dept_id": "209",
      "dept_name": "奥远集团",
      "company_id": "157",
      "face": "http://startcity-upload.stor.sinaapp.com/avatar/2013/10/17/525fa669daf99_big.jpg"
 }
 ]