🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取方案列表(会员) * sort `hotdesc` 热度排序 * sort `newdesc` 最新排序 * sort 默认后台排序 ~~~[api] post:/data/api.package/get *string:token=d4d4ceea04c95ea811ab7a9493a450a6#授权认证令牌 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, "docs": [ { "type": "pdf", "name": "Centos ECS 简单分布式搭建.pdf", "link": "https://advertiser.xd.cuci.cc/upload/88253a59b8d0ec92/7aa6ab70fe31e2f9.pdf" } ], "describe": "", "create_at": "2019-12-31 16:51:41", "payed": true }, { "id": 1, "uid": 10000, "code": "a67769081150338487", "tags": ",电商,营销,", "title": "Memcache 使用 Iptables 做 IP 访问限制.pdf", "price": "20.00", "number": 3, "docs": [ { "type": "pdf", "name": "Centos ECS 简单分布式搭建.pdf", "link": "https://advertiser.xd.cuci.cc/upload/88253a59b8d0ec92/7aa6ab70fe31e2f9.pdf" }, { "type": "pdf", "name": "Centos-Subversion 升级版本1.8.pdf", "link": "https://advertiser.xd.cuci.cc/upload/052b32aa06390b8f/c2d6c6b6b8026a03.pdf" }, { "type": "pdf", "name": "SAMBA 文件共享服务安装.pdf", "link": "https://advertiser.xd.cuci.cc/upload/a96f606439d8c9c0/c9c53eacf94df2b4.pdf" } ], "describe": "", "create_at": "2019-12-30 15:23:55", "payed": false } ] } } ~~~