Authori-Zation: ********************
curl --location --request GET '/adminapi/system/log/erp?keyword=sync-state&field_key=url&data=2023/10/17-2023/10/18&type=1&limit=1&page=1' \
--header 'Authori-Zation;'
{
"status": 0,
"msg": "string",
"data": {
"list": [
{
"id": 0,
"ip": "string",
"type": 0,
"event": "string",
"method": "string",
"url": "string",
"request": {
"sign": "string",
"appkey": "string",
"version": "string",
"order_id": "string",
"timestamp": "string"
},
"respond": "string",
"request_time": 0,
"respond_time": 0
}
],
"count": 0
}
}