|
@ -41,9 +41,7 @@ URL: http://localhost:8033/open/ListSupplier |
|
|
| 字段 | 类型 | 说明 | |
|
|
| 字段 | 类型 | 说明 | |
|
|
| :-- | :-- | :-- | |
|
|
| :-- | :-- | :-- | |
|
|
| supplierCode | string | 供应商编码 | |
|
|
| supplierCode | string | 供应商编码 | |
|
|
| descriptions | string | 供应商名称 | |
|
|
| descriptions | string | 供应商名称 |= |
|
|
| country | string | 国家 | |
|
|
|
|
|
| region | string | 省市 | |
|
|
|
|
|
|
|
|
|
|
|
查询成功时,响应如下: |
|
|
查询成功时,响应如下: |
|
|
|
|
|
|
|
@ -55,27 +53,19 @@ URL: http://localhost:8033/open/ListSupplier |
|
|
"list": [ |
|
|
"list": [ |
|
|
{ |
|
|
{ |
|
|
"supplierCode": "1002210180004606", |
|
|
"supplierCode": "1002210180004606", |
|
|
"descriptions": "国网江苏省电力有限公司宿迁供电分公司", |
|
|
"descriptions": "国网江苏省电力有限公司宿迁供电分公司" |
|
|
"country": "china", |
|
|
|
|
|
"region": "beijing", |
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"supplierCode": "1002210180004613", |
|
|
"supplierCode": "1002210180004613", |
|
|
"descriptions": "国网江苏省电力有限公司徐州供电分公司", |
|
|
"descriptions": "国网江苏省电力有限公司徐州供电分公司" |
|
|
"country": "china", |
|
|
|
|
|
"region": "beijing", |
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"supplierCode": "1002210180004620", |
|
|
"supplierCode": "1002210180004620", |
|
|
"descriptions": "国网江苏综合能源服务有限公司", |
|
|
"descriptions": "国网江苏综合能源服务有限公司" |
|
|
"country": "china", |
|
|
|
|
|
"region": "beijing", |
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"supplierCode": "1002210180012203", |
|
|
"supplierCode": "1002210180012203", |
|
|
"descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司", |
|
|
"descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司" |
|
|
"country": "china", |
|
|
|
|
|
"region": "beijing", |
|
|
|
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|