{
"type": 0,
"auditType": 0,
"participateId": 0,
"currentFlowNodeId": 0,
"rejectType": 0,
"auditRemark": "string",
"rewardsType": 0,
"templateId": 0,
"lotteryLevel": 0,
"rewardsItemList": [
{
"itemType": 0,
"itemId": "string",
"itemName": "string",
"itemNum": 0
}
],
"userName": "string"
}curl --location --request POST '/ly/dfv/portal/participate/flow/auditNode' \
--header 'uid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"auditType": 0,
"participateId": 0,
"currentFlowNodeId": 0,
"rejectType": 0,
"auditRemark": "string",
"rewardsType": 0,
"templateId": 0,
"lotteryLevel": 0,
"rewardsItemList": [
{
"itemType": 0,
"itemId": "string",
"itemName": "string",
"itemNum": 0
}
],
"userName": "string"
}'{
"rows": null,
"result": "",
"resultType": 0,
"msg": ""
}