中文官网根据版本ID查询资料列表
## 中文官网根据版本ID查询资料列表
**调试地址: http://lxapi.ailschn.com/doc.html#/default/pc%E7%AB%AF%E6%8E%A5%E5%8F%A3/getProListUsingPOST
**接口地址**:`/index_pc/home/getProList`
**请求方式**:`POST`
**请求数据类型**:`application/json`
**响应数据类型**:`*/*`
**接口描述**:<p>中文官网根据版本ID查询资料列表</p>
**请求示例**:
```javascript
[]
```
**请求参数**:
**请求参数**:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
| -------- | -------- | ----- | -------- | -------- | ------ |
|idList|idList|body|false|array|string|
**响应状态**:
| 状态码 | 说明 | schema |
| -------- | -------- | ----- |
|200|OK|R«List«Map«string,object»»»|
|201|Created||
|401|Unauthorized||
|403|Forbidden||
|404|Not Found||
**响应参数**:
| 参数名称 | 参数说明 | 类型 | schema |
| -------- | -------- | ----- |----- |
|code|响应状态码|integer(int32)|integer(int32)|
|data|响应对象|array|Map«string,object»|
|  additionalProperty1||Map«string,object»|Map«string,object»|
|msg|响应信息|string||
**响应示例**:
```javascript
{
"code": 1,
"data": [
{
"proDesc": "SG30_40CX-P2-CN组串型逆变器用户手册,包含安全需知,产品外观及机械参数说明,产品特性,存储要求,机械安装,电气连接,试运行,参数查看及设置,日常维护,故障排查等内容。",
"proType": "User Manual",
"langType": "2",
"proTypeCn": "用户手册",
"version": "V12",
"material": "SGD20210601002",
"fileSize": 25238045,
"name": "SG30/40CX-P2-CN 用户手册",
"fileUrl": "https://file-support.sungrowpower.com/file/product/SG30_40CX-P2-CN-UCN-Ver12-202106.pdf,https://info-support.sungrowpower.com/dev-unzip/20210903093637793/SG33CX-P2-CN/index.html",
"directoryId": "1120",
"id": "1002543",
"keyword": "SG30CX-P2-CN,SG40CX-P2-CN",
"fileType": "4",
"status": "0",
"fileId": "1433604965801721857"
},
{
"proDesc": "本指导提供了SG30_40CX-P2-CN的安装步骤概述。",
"proType": "Quick Installation Guide",
"langType": "2",
"proTypeCn": "快速安装指导",
"version": "V12",
"material": "SGV20210519001",
"fileSize": 9042915,
"name": "SG30/40CX-P2-CN 快速安装指导",
"fileUrl": "https://file-support.sungrowpower.com/file/product/SG30_40CX-P2-CN-QICN-Ver12-202106.pdf",
"directoryId": "1120",
"id": "1002530",
"keyword": "SG30CX-P2-CN,SG40CX-P2-CN",
"fileType": "1",
"status": "0",
"fileId": "6118"
}
],
"msg": "操作成功"
}```