|
|
### 添加申请
|
|
|
|
|
|
#### 调用地址
|
|
|
```
|
|
|
/user
|
|
|
```
|
|
|
|
|
|
#### 传参
|
|
|
|
|
|
```javascript
|
|
|
{
|
|
|
action: 'add_application',uid_other: '44',cid_other: '57cf8faa95a6107725c5177d6ee7ef8d',message : 'nihao'
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|传参|说明|是否必填|
|
|
|
|:---|:---|:---|
|
|
|
|action|接口名|是|
|
|
|
|uid_other|对方的user_id|是|
|
|
|
|cid_other|对方的认领公司digest|是|
|
|
|
|
|
|
#### 返回值
|
|
|
```javascript
|
|
|
{
|
|
|
status: 0,
|
|
|
message: "请求成功",
|
|
|
data: []
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
|
|
|
|
|
|
#### 示例
|
|
|
http://shuidi.dev.pingansec.com/user?action=add_application&uid_other=44&cid_other=57cf8faa95a6107725c5177d6ee7ef8d&message=nihao |
|
|
\ No newline at end of file |