ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### (方案)获取购买记录(会员) ~~~[api] get:/data/api.package/history *string:token=1cc4e7da542381942ab8feaf786697f1#授权认证令牌 string:page=1#指定分页 <<< success { "code": 1, "info": "获取购买订单", "data": { "page": { "limit": 10, "total": 2, "pages": 1, "current": 1 }, "list": [ { "id": 2, "order_no": "202001036310894051", "type": 1, "uid": 10000, "mid": 6, "code": "a67769081150338487", "title": "Memcache 使用 Iptables 做 IP 访问限制.pdf", "amount": "20.00", "create_at": "2020-01-03 18:45:10", "doc": { "code": "a67769081150338487", "uid": 10000, "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" } ] } }, { "id": 1, "order_no": "202001033035802902", "type": 1, "uid": 10000, "mid": 6, "code": "a67778226752617264", "title": "Centos ECS 简单分布式搭建.pdf", "amount": "100.00", "create_at": "2020-01-03 17:13:35", "doc": { "code": "a67778226752617264", "uid": 10000, "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" } ] } } ] } } <<< error { "code": 0, "info": "会员登录失败,请稍候再试!", "data": {} } ~~~