curl --location --request POST '/platformapi/settings.log/lists' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 41,
"action": " 查看菜单详情",
"admin_name": "账号1",
"admin_id": 1,
"url": "http://www.likeshopb2cv3.localhost/adminapi/settings.system.log/lists?export=2",
"type": "GET",
"params": "{\"export\":\"2\"}",
"ip": "172.18.0.1",
"create_time": "2021-08-03 16:51:00"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}