文档
测试

下载中心列表及其相关数据

POST
https://applets.mcu.com.cn/home/TechnicalCenter/download

请求参数

参数名
类型
描述
必填
id
int
下载中心导航id
必填
page
int
页数
必填
limit
显示的数量
必填

响应参数

参数名
类型
描述
必填
msg
array
数据列表
必填
typename
string
列表名称
必填
id
int
列表id
必填
dirname
string
后台定义的列表名称(可用可不用)
必填
data
array
下载中心列表具体数据
必填
aid
int
数据id
必填
title
string
数据名称
必填
describe
string
示例:介绍了SC8P053芯片特性、性能指标、封装信息等
必填
version
string
版本号
必填
file_url
string
pdf的连接
必填
status
int
返回状态,1:成功,-1失败
必填

说明 / 示例

{ "msg": [ { "typename": "数据手册", "id": 79, "dirname": "support-download", "data": [ { "aid": 149, "title": "SC8P053用户手册", "describe": "介绍了SC8P053芯片特性、性能指标、封装信息等", "version": "V1.0.1", "file_url": "https://applets.mcu.com.cn/uploads/soft/20240409/1-240409143K3R6.pdf" }, { "aid": 143, "title": "CMS8S006数据手册", "describe": "介绍了CMS8S006芯片特性、性能指标、封装信息等", "version": "V0.1.3", "file_url": "https://applets.mcu.com.cn/uploads/soft/20240409/1-240409140000620.pdf" }, { "aid": 142, "title": "CMS8S006用户手册", "describe": "介绍CMS8S006芯片模块、芯片寄存器、时钟、存储等", "version": "V0.1.2", "file_url": "https://applets.mcu.com.cn/uploads/soft/20240409/1-240409135H5401.pdf" }, { "aid": 133, "title": "CMS89FT6xx用户手册", "describe": "介绍CMS89FT6xx芯片模块功能、芯片寄存器、时钟等信息", "version": "V1.8.0", "file_url": "https://applets.mcu.com.cn/uploads/soft/20240403/1-2404030955004F.pdf" } ] }, { "typename": "选型指南", "id": 109, "dirname": "xuanxingzhinan", "data": [ { "aid": 135, "title": "CMS89FT6xx选型指南", "describe": "", "version": "V1.02", "file_url": "https://applets.mcu.com.cn/uploads/soft/20240403/1-24040315010VM.pdf" } ] }, { "typename": "应用笔记", "id": 108, "dirname": "yingyongbiji", "data": [ { "aid": 134, "title": "CMS89FT6xx应用笔记", "describe": "", "version": "V1.02", "file_url": "https://applets.mcu.com.cn/uploads/soft/20240403/1-240403150035S1.pdf" } ] } ], "status": 1 }