|
|
|
### 获取联系人申请列表
|
|
|
|
|
|
|
|
#### 调用地址
|
|
|
|
```
|
|
|
|
/user
|
|
|
|
```
|
|
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
{
|
|
|
|
action: 'get_application',
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
|传参|说明|是否必填|
|
|
|
|
|:---|:---|:---|
|
|
|
|
|action|接口名|是|
|
|
|
|
|
|
|
|
#### 返回值
|
|
|
|
```javascript
|
|
|
|
{
|
|
|
|
status: 0,
|
|
|
|
message: "请求成功",
|
|
|
|
data: [
|
|
|
|
{
|
|
|
|
head_img: "http://www.shuidixy.com/upload/user/logo/20161101/20161101160833339.jpg",
|
|
|
|
company_name: "深圳市迅雷网络技术有限公司",
|
|
|
|
user_name: "13819846608@163.com",
|
|
|
|
status: "0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
head_img: "http://www.shuidixy.com/upload/user/logo/20161101/20161101160833339.jpg",
|
|
|
|
company_name: "深圳市迅雷网络技术有限公司",
|
|
|
|
user_name: "onceauto@163.com",
|
|
|
|
status: "2"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
|返回值|说明|
|
|
|
|
|:---|:---|
|
|
|
|
|status|0 待验证 1 已通过 2 被拒绝|
|
|
|
|
|
|
|
|
#### 示例
|
|
|
|
http://shuidi.dev.pingansec.com/user?action=get_application |
|
|
|
\ No newline at end of file |