文档
测试

获取资源下载

GET
http://127.0.0.1:80/api/AboutApiController/getBlogResources

请求参数

参数名
类型
描述
必填
id
所有参数选填 id是具体某文章 title是模糊搜索传入 resourceType 是分类传入
必填
titile
必填
resourceType
必填

说明 / 示例

{ "msg": "操作成功", "code": 0, "data": [ { "author": "作者", "thumbimg": "/file/upload/imgFileName/202003/20200327104634453.jpg", "abstract_content": "内容摘要", "title": "标题", "content": "文章内容" }, { "author": "111", "thumbimg": "/file/upload/imgFileName/202003/20200327104759807.jpg", "abstract_content": "111", "title": "1111", "content": "1111" } ], "success": true, "ip": "http://129.204.188.121:80/" }