### (文檔)獲取購買記錄(會員)
~~~[api]
get:/data/api.document/history
*string:token=1cc4e7da542381942ab8feaf786697f1#授權認證令牌
string:page#指定分頁
<<<
success
{
"code": 1,
"info": "獲取購買訂單",
"data": {
"page": {
"limit": 10,
"total": 2,
"pages": 1,
"current": 1
},
"list": [
{
"id": 2,
"order_no": "202001036408666052",
"type": 1,
"uid": 10000,
"mid": 6,
"code": "a67769081150338487",
"title": "Centos-Subversion 升級版本1.8.pdf",
"amount": "10.00",
"create_at": "2020-01-03 16:48:08",
"doc": {
"id": 1,
"uid": 10000,
"code": "a67769081150338487",
"tags": ",電商,營銷,",
"theme_id": 1,
"read_price": "10.00",
"down_price": "20.00",
"read_num": 10,
"down_num": 20,
"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": "",
"status": 1,
"sort": 0,
"is_deleted": 0,
"create_at": "2019-12-30 15:23:55"
}
},
{
"id": 1,
"order_no": "202001036353250298",
"type": 1,
"uid": 10000,
"mid": 6,
"code": "a67778226752617264",
"title": "Memcache 使用 Iptables 做 IP 訪問限制.pdf",
"amount": "10.00",
"create_at": "2020-01-03 16:47:53",
"doc": {
"id": 2,
"uid": 10000,
"code": "a67778226752617264",
"tags": ",營銷,電商,",
"theme_id": 2,
"read_price": "10.00",
"down_price": "20.00",
"read_num": 0,
"down_num": 0,
"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": "",
"status": 1,
"sort": 0,
"is_deleted": 0,
"create_at": "2019-12-31 16:51:41"
}
}
]
}
}
<<<
error
{
"code": 0,
"info": "余額不足,請充值后再來購買!",
"data": {}
}
~~~
- (基礎)獲取參數配置(無狀態)
- (基礎)小程序數據處理(無狀態)
- (基礎)獲取小程序二維碼(無狀態)
- (基礎)獲取輪播圖片(無狀態)
- (基礎)獲取文檔標簽(無狀態)
- (基礎)獲取熱搜標簽(無狀態)
- (基礎)獲取文檔主題(無狀態)
- (會員)設置關注主題(會員)
- (會員)設置會員手機號(會員)
- (會員)獲取我邀請的好友
- (會員)獲取會員資料(會員)
- (文檔)獲取文檔列表(無狀態)
- (文檔)獲取文檔列表(會員)
- (文檔)會員收藏處理(會員)
- (文檔)獲取我的收藏記錄(會員)
- (文檔)會員購買文檔(會員)
- (文檔)獲取購買記錄(會員)
- (方案)獲取方案列表(無狀態)
- (方案)獲取方案列表(會員)
- (方案)會員購買方案(會員)
- (方案)獲取購買記錄(會員)
- (充值)會員余額充值(會員)
- (充值)獲取充值記錄(會員)
- (VIP)創建充值VIP會員(會員)
- (VIP)獲取VIP充值記錄(會員)
- (文檔)增加文檔閱讀數(會員)
- (文檔)增加文檔下載數(會員)
- (方案)增加方案下載數(會員)