请求URL:
POST/plugin.customer-center.frontend.controllers.customer.get-history
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
member_id | 是 | int | 用户id |
get_time | 是 | int | 时间格式: 2021-04-12 |
返回示例:
正确时返回:
{
result: 1,
msg: "ok",
data: {
current_page: 2,
data: [{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "小程序",
created_at: "2021-04-12 14:52:19"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "WAP",
created_at: "2021-04-12 14:50:33"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "小程序",
created_at: "2021-04-12 14:50:25"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "小程序",
created_at: "2021-04-12 14:49:57"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "小程序",
created_at: "2021-04-12 14:49:48"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "WAP",
created_at: "2021-04-12 14:49:43"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "WAP",
created_at: "2021-04-12 14:49:39"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "小程序",
created_at: "2021-04-12 14:49:25"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "小程序",
created_at: "2021-04-12 14:47:16"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "小程序",
created_at: "2021-04-12 14:47:13"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "WAP",
created_at: "2021-04-12 14:24:28"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "WAP",
created_at: "2021-04-12 14:24:21"
},
{
title: "浏览页面",
url: "http://www.wq.com/addons/yun_shop/?menu#/?i=2",
thumb: "",
price: 0,
port_type: "WAP",
created_at: "2021-04-12 14:24:19"
}
],
first_page_url: "http://www.wq.com/addons/yun_shop/api.php?page=1",
from: 16,
last_page: 2,
last_page_url: "http://www.wq.com/addons/yun_shop/api.php?page=2",
next_page_url: null,
path: "http://www.wq.com/addons/yun_shop/api.php",
per_page: 15,
prev_page_url: "http://www.wq.com/addons/yun_shop/api.php?page=1",
to: 28,
total: 28
}
}
###集合数据说明
参数名 | 类型 | 说明 |
---|---|---|
title | string | 标题 |
url | string | 浏览路由 |
port_type | string) | 浏览类型 |
created_at | int(10) | 创建时间 |