{
"current": 0,
"size": 0,
"times": [
"string"
],
"initiatorUid": 0,
"type": 0
}
curl --location --request POST 'http://localhost:8080/approval-application/listPendingApprovalApplication' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"size": 0,
"times": [
"string"
],
"initiatorUid": 0,
"type": 0
}'
com.baomidou.mybatisplus.core.metadata.IPage<com.gdky.eim.system.vo.ApplicationInterfaceVO>
{
"success": false,
"msg": "",
"data": {},
"code": 0
}