🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## (文档)获取文档列表(无状态) * sort `hotdesc` 热度排序 * sort `newdesc` 最新排序 * sort 默认后台排序 ~~~[api] post:/data/api.data/getDocList string:page=1#指定当前分页 string:code#文档编号 string:title#文档名称 string:theme_id#文档主题ID string:tags#文档标签名称 string:sort#排序类型 <<< success { "code": 1, "info": "获取文档列表成功", "data": { "page": { "limit": 10, "total": 2, "pages": 1, "current": 1 }, "list": [ { "id": 2, "uid": 10000, "code": "a67778226752617264", "tags": ",营销,电商,", "theme_id": 2, "read_num": 0, "read_price": "10.00", "down_num": 0, "down_price": "20.00", "doc_title": "Memcache 使用 Iptables 做 IP 访问限制.pdf", "doc_image": "https://advertiser.xd.cuci.cc/upload/f47b8fe06e38ae99/08e8398da45583b9.png", "doc_page": 10, "doc_type": "pdf", "doc_size": 34756, "describe": "", "create_at": "2019-12-31 16:51:41", "payed": false }, { "id": 1, "uid": 10000, "code": "a67769081150338487", "tags": ",营销,电商,", "theme_id": 1, "read_num": 10, "read_price": "10.00", "down_num": 20, "down_price": "20.00", "doc_title": "Centos-Subversion 升级版本1.8.pdf", "doc_image": "https://advertiser.xd.cuci.cc/upload/f47b8fe06e38ae99/08e8398da45583b9.png", "doc_page": 10, "doc_type": "pdf", "doc_size": 55613, "describe": "", "create_at": "2019-12-30 15:23:55", "payed": false } ] } } ~~~