阳光电源数据资料平台 -- 整机编码
## 阳光云APP资料平台数据-整机编码
**接口地址**:`/index_pc/getProdataInfoByCode`
**请求方式**:`GET`
**请求数据类型**:`application/x-www-form-urlencoded`
**响应数据类型**:`*/*`
**接口描述**:<p>阳光云APP资料平台数据</p>
**请求参数**:
**请求参数**:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
| -------- | -------- | ----- | -------- | -------- | ------ |
|code|整机编码|query|true|string||
|langCode|langCode|query|true|string||
**响应状态**:
| 状态码 | 说明 | schema |
| -------- | -------- | ----- |
|200|OK|R«object»|
|401|Unauthorized||
|403|Forbidden||
|404|Not Found||
**响应参数**:
| 参数名称 | 参数说明 | 类型 | schema |
| -------- | -------- | ----- |----- |
|code|响应状态码|integer(int32)|integer(int32)|
|data|响应对象|object||
|proPicUrl|型号图片地址|String||
|proName|型号名称|String||
|proData|型号目录下的可见资料|List||
|  proType|资料类型ID|String||
|  proDesc|资料描述|String||
|  proTypeName|资料类型名称|String||
|  language|资料语言|String||
|  langType|语言编码|String||
|  version|资料版本|String||
|  isMoreVideo|是否是分段视频|String|1-是 0-否|
|  isGeneral|是否是通用资料|String|1-是 0-否|
|  fileSize|资料文件大小|String||
|  name|资料文件名称|String||
|  fileUrl|资料文件地址|String||
|  id|资料ID|String||
|  keyword|资料关键词|String||
|  fileType|文件类型|String|1-pdf 2-视频 3-图片 4-html文件|
|msg|响应信息|string||
**响应示例**:
```javascript
{
"code": 1,
"data": {
"proPicUrl": "https://file-support.sungrowpower.com/image/product/3418_33-m-v1.png",
"proData": [
{
"proType": "1",
"proDesc": "User manual of SG33KTL-M string inverter, this document introduces the product description, technical deion, storage requirements, mechanical installation, electrical connection, commissioning, parameters setting, maintenance and troubleshooting.",
"proTypeName": "User Manual",
"language": "English",
"langType": "1",
"version": "V14",
"isMoreVideo": "0",
"isGeneral": "0",
"fileSize": 0,
"name": "SG33KTL-M User manual",
"fileUrl": "https://file-support.sungrowpower.com/file/product/1/111/138/139/SG33KTL-MV14-UEN-Ver14-201901.pdf",
"id": "1000200",
"keyword": "SG33KTL-M",
"fileType": "1"
},
{
"proType": "3",
"proDesc": "This guide provides a general instruction of the installation procedures of SG33KTL-M.",
"proTypeName": "Quick Installation Guide",
"language": "English",
"langType": "1",
"version": "V13",
"isMoreVideo": "0",
"isGeneral": "0",
"fileSize": 0,
"name": "SG33KTL-M Quick Installation Guide",
"fileUrl": "https://file-support.sungrowpower.com/file/product/1/111/138/139/SG33KTL-MV14-QIEN-Ver13-201901.pdf",
"id": "1000199",
"keyword": "SG33KTL-M",
"fileType": "1"
}
],
"proName": "SG33KTL-M"
},
"msg": "操作成功"
}
```