... | ... | @@ -24,22 +24,32 @@ status: 0, |
|
|
message: "请求成功",
|
|
|
data: [
|
|
|
{
|
|
|
head_img: "",
|
|
|
company_name: "游客",
|
|
|
user_name: "onceauto@163.com",
|
|
|
status: "0",
|
|
|
initiator: 1
|
|
|
},
|
|
|
{
|
|
|
head_img: "http://www.shuidixy.com/upload/user/logo/20161101/20161101160833339.jpg",
|
|
|
company_name: "深圳市迅雷网络技术有限公司",
|
|
|
user_name: "13819846608@163.com",
|
|
|
status: "0"
|
|
|
status: "0",
|
|
|
initiator: 0
|
|
|
},
|
|
|
{
|
|
|
head_img: "http://www.shuidixy.com/upload/user/logo/20161101/20161101160833339.jpg",
|
|
|
company_name: "深圳市迅雷网络技术有限公司",
|
|
|
user_name: "onceauto@163.com",
|
|
|
status: "2"
|
|
|
status: "2",
|
|
|
initiator: 0
|
|
|
},
|
|
|
{
|
|
|
head_img: "",
|
|
|
company_name: "游客",
|
|
|
user_name: "13819846608@163.com",
|
|
|
status: "1"
|
|
|
status: "1",
|
|
|
initiator: 0
|
|
|
}
|
|
|
]
|
|
|
}
|
... | ... | @@ -48,6 +58,7 @@ status: "1" |
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
|status|0 待验证 1 已通过 2 被拒绝|
|
|
|
|initiator|是否是发起人 0 不是 1 是|
|
|
|
|
|
|
#### 示例
|
|
|
http://shuidi.dev.pingansec.com/user?action=get_application |
|
|
\ No newline at end of file |