| 名称 | 类型 | 长度 | 是否必填 | 描述 |
|---|---|---|---|---|
| name | String | >1 | 是 | 企业全称 |
| 字段名 | 类型 | 说明 |
|---|---|---|
| cName | string | 企业全称 |
| isDishonest | int | 是否海关失信企业(1:是,0:否) |
| regCustoms | string | 注册海关 |
| creditDt | string | 认定时间 |
{
"code": "CM10000",
"errorMessage": null,
"success":true,
"data": [
{
"cName": "广东永顺纸业有限公司",
"isDishonest": 1,
"regCustoms": "开平海关",
"creditDt": "20171012"
}
]
}