curl --location --request GET '/admin-api/crm/customer/operate-log-page?id'{
"code": 0,
"data": {
"list": [
{
"traceId": "string",
"userId": 0,
"userName": "string",
"userType": 0,
"type": "string",
"subType": "string",
"bizId": 0,
"action": "string",
"extra": "string",
"requestMethod": "string",
"requestUrl": "string",
"userIp": "string",
"userAgent": "string",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}