🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取方案列表(无状态) * sort `hotdesc` 热度排序 * sort `newdesc` 最新排序 * sort 默认后台排序 ~~~[api] post:/data/api.data/getPackList string:page=1#指定当前分页 string:code#文档编号 string:title#文档名称 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": ",营销,电商,", "title": "Centos ECS 简单分布式搭建.pdf", "price": "100.00", "number": 1, "describe": "", "create_at": "2019-12-31 16:51:41", "payed": false }, { "id": 1, "uid": 10000, "code": "a67769081150338487", "tags": ",营销,电商,", "title": "Memcache 使用 Iptables 做 IP 访问限制.pdf", "price": "20.00", "number": 2, "describe": "", "create_at": "2019-12-30 15:23:55", "payed": false } ] } } ~~~