{
"name": "1",
"file_url": "2",
"description": "1"
}
curl --location --request GET '/api/system/report/submit/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "1",
"file_url": "2",
"description": "1"
}'
{
"code": 0,
"msg": "string",
"page": 0,
"limit": 0,
"total": 0,
"is_next": true,
"is_previous": true,
"data": [
{
"id": 0,
"modifier_name": null,
"create_datetime": "string",
"update_datetime": "string",
"description": "string",
"file_url": [
"string"
],
"status": 0,
"remark": null,
"user1": 0,
"user2": 0
}
]
}