## 服务地址:/user/bizserviceproduct
| 字段 | 类型 | 必填 | 说明 |
| --- | --- | --- | --- |
| services__Id| Int64| 否 | 服务ID|
| name__icontainer | Sting | 否 | 服务名称|
| code| Sting | 否 | 服务代码|
## 响应格式
```
{
"code": 200,
"msg": "Success",
"data": [
{
"id": "2254078506529783808",
"system_label": true,
"pay_as_go_label": false,
"label_standard": "10*10",
"services": {
"id": "7848528088237146112",
"name": "",
"code": "",
"state": false,
"can_test": false,
"area": null,
"station": null,
"icon": "",
"explain": ""
},
"name": "专线",
"code": "SHBT72",
"state": false,
"price_meter": 1,
"diff_type": 1,
"area_type": "city",
"vol_to_weight_rate": 6000,
"isolated_type": 2,
"fuel_type": 2,
"operation_add_fee_type": 2,
"min_weight": 1,
"max_weight": 2000,
"min_vol": 10,
"max_vol": 12000,
"limited_length": 160,
"limited_circumference": 5000,
"weight_unit": "kg",
"vol_unit": "cm",
"area": null,
"station": null,
"graphs": null,
"current_graph": "0001-01-01T00:00:00Z",
"can_spin_off": false
},
{
"id": "7029190982210748416",
"system_label": true,
"pay_as_go_label": false,
"label_standard": "10*10",
"services": {
"id": "7848528088237146112",
"name": "",
"code": "",
"state": false,
"can_test": false,
"area": null,
"station": null,
"icon": "",
"explain": ""
},
"name": "美国专线",
"code": "post",
"state": true,
"price_meter": 0,
"diff_type": 3,
"area_type": "country",
"vol_to_weight_rate": 6000,
"isolated_type": 2,
"fuel_type": 2,
"operation_add_fee_type": 2,
"min_weight": 1,
"max_weight": 60,
"min_vol": 0.001,
"max_vol": 12000,
"limited_length": 130,
"limited_circumference": 330,
"weight_unit": "g",
"vol_unit": "cm",
"area": {
"id": "2607925636696834048",
"name": "",
"code": "",
"contract": "",
"tel": "",
"email": "",
"payment": "",
"work_area": "",
"effect_key": "",
"finance_verify_mobile": ""
},
"station": {
"id": "6291343815109443584",
"area": null,
"name": "",
"address": null,
"code": "",
"email": "",
"virtual_station": false,
"payment": "",
"work_area": "",
"effect_key": "",
"finance_verify_mobile": ""
},
"graphs": null,
"current_graph": "2021-01-19T17:06:13.5045+08:00",
"can_spin_off": true
}
],
"timestamp": 1617262720938088200
}
```