获取联系人申请列表
调用地址
/user
传参
{
action: 'get_application',
}
返回值
{
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"
},
{
head_img: "",
company_name: "游客",
user_name: "13819846608@163.com",
status: "1"
}
]
}
返回值 |
说明 |
status |
0 待验证 1 已通过 2 被拒绝 |
示例
http://shuidi.dev.pingansec.com/user?action=get_application