## 服务地址:/user/sevices
| 字段 | 类型 | 必填 | 说明 |
| --- | --- |--- |--- |
| name__icontainer | Sting | 否 | 服务名称|
| code| Sting | 否 | 服务代码|
## 响应格式
```
{
"code": 200,
"msg": "Success",
"data": [
{
"id": "7848528088237146112",
"name": "专线FBA",
"code": "9",
"state": true,
"can_test": false,
"area": {
"id": "2607925636696834048",
"name": "上海集散中心",
"code": "CDC",
"contract": "张三",
"tel": "18888188888",
"email": "zhangsan@126.com",
"payment": "32",
"work_area": "",
"effect_key": "",
"finance_verify_mobile": ""
},
"station": null,
"icon": "//img.initcdn.com/2020/11/27/eb2faca1d9024ade8397840a62849765.png",
"explain": "全球物流专线及亚马逊FBA头程服务。美国、加拿大、日本等多国空海派"
},
{
"id": "3390098723237068800",
"name": "国际搬家",
"code": "5",
"state": true,
"can_test": false,
"area": null,
"station": null,
"icon": "//img.initcdn.com/2020/11/26/152e899a1e8e4d09a5599f942f84d7fb.png",
"explain": "大陆到全球搬家运输是我司设立的\n专业大陆至全球的搬家运输专线。\n"
}
],
"timestamp": 1617262712546474200
}
```