## (文檔)獲取文檔列表(無狀態)
* 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
}
]
}
}
~~~
- (基礎)獲取參數配置(無狀態)
- (基礎)小程序數據處理(無狀態)
- (基礎)獲取小程序二維碼(無狀態)
- (基礎)獲取輪播圖片(無狀態)
- (基礎)獲取文檔標簽(無狀態)
- (基礎)獲取熱搜標簽(無狀態)
- (基礎)獲取文檔主題(無狀態)
- (會員)設置關注主題(會員)
- (會員)設置會員手機號(會員)
- (會員)獲取我邀請的好友
- (會員)獲取會員資料(會員)
- (文檔)獲取文檔列表(無狀態)
- (文檔)獲取文檔列表(會員)
- (文檔)會員收藏處理(會員)
- (文檔)獲取我的收藏記錄(會員)
- (文檔)會員購買文檔(會員)
- (文檔)獲取購買記錄(會員)
- (方案)獲取方案列表(無狀態)
- (方案)獲取方案列表(會員)
- (方案)會員購買方案(會員)
- (方案)獲取購買記錄(會員)
- (充值)會員余額充值(會員)
- (充值)獲取充值記錄(會員)
- (VIP)創建充值VIP會員(會員)
- (VIP)獲取VIP充值記錄(會員)
- (文檔)增加文檔閱讀數(會員)
- (文檔)增加文檔下載數(會員)
- (方案)增加方案下載數(會員)