{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"request": {
"custNum": "string"
}
}
curl --location --request POST '/log/findCustLogInfo4Page' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"request": {
"custNum": "string"
}
}'
{
"success": false,
"code": "",
"message": "",
"extMsg": "",
"data": [
{
"handler": "",
"eventType": 0,
"eventTypeValue": "",
"eventContent": "",
"createTime": 0,
"custName": "",
"custNum": "",
"roleName": "",
"createBy": "",
"updateBefore": "",
"updateAfter": ""
}
],
"token": "",
"totalCount": 0,
"lastPage": false
}