curl --location --request GET 'https://openapi.weiling.cn/openapi/event/list?id&type&dynamic_type&cursor&access_token'
{
"code": 0,
"msg": "ok",
"data": {
"cursor": "cursor",
"history": [
{
"history_id": "history_id",
"history_type": 201,
"create_time": 1629553239377,
"create_userid": "create_userid",
"title": "title",
"content": "content",
"duration": 100,
"keyword": "xxxx",
"searchword": "xxxx",
"url": "http://xxxx.com",
"clickTime": 1631618303000,
"ip": "127.0.0.1"
}
]
}
}