通过联系人验证
调用地址
/user
传参
{
action: 'agree_application',uid_other: '11',cid_other: '57cf8faa95a6107725c5177d6ee7ef8d'
}
传参 | 说明 | 是否必填 |
---|---|---|
action | 接口名 | 是 |
uid_other | 对方的user_id | 是 |
cid_other | 对方的认领公司digest | 是 |
返回值
{
status: 0,
message: "请求成功",
data: []
}
返回值 | 说明 |
---|