添加收货地址
### 添加收货地址:
#### 请求url
* <font color=red>`/user/address`</font>
#### 请求方式
* <font color=red>`POST`</font>
---
##### 请求参数说明:
|参数名|类型|说明|
| :-----| ----: | :----: |
|userid|string|用户id|
|addressDetail|Object|用户添加的地址|
##### 返回示例
```json
{
"code": 200,
"err": null,
"data": [],
"msg": "添加数据成功"
}
```