{
"executeId": "string"
}
curl --location --request POST '/api/execute/getReviewLogList' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"executeId": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"reviewId": "string",
"action": "string",
"content": "string",
"result": "string",
"uid": "string",
"userName": "string",
"userType": "string",
"createTime": 0
}
]
}
}