企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## (文档)获取文档列表(会员) * sort `hotdesc` 热度排序 * sort `newdesc` 最新排序 * sort 默认后台排序 ~~~[api] post:/data/api.document/get *string:token=d4d4ceea04c95ea811ab7a9493a450a6#授权认证令牌 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_link": "https://advertiser.xd.cuci.cc/upload/e1b854860cd1c70f/486203d6085fad13.pdf", "doc_size": 34756, "describe": "", "create_at": "2019-12-31 16:51:41", "read_payed": 0, "down_payed": 0 }, { "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_link": "https://advertiser.xd.cuci.cc/upload/052b32aa06390b8f/c2d6c6b6b8026a03.pdf", "doc_size": 55613, "describe": "", "create_at": "2019-12-30 15:23:55", "read_payed": 0, "down_payed": 0 } ] } } ~~~