{
"pageNum": 1,
"pageSize": 10,
"exportExcel": true,
"orderByColumn": "string",
"isAsc": "asc",
"reasonable": false,
"companyUserId": 0,
"format": 0,
"name": "string",
"status": 0,
"type": 0,
"industryLabels": 0,
"registrationTimeBegin": "string",
"registrationTimeEnd": "string",
"activityTimeBegin": "string",
"activityTimeEnd": "string",
"checkInStatus": 0,
"ticketPriceBegin": 0,
"ticketPriceEnd": 0
}curl --location --request POST '/user/company/listCompanyEmployeeActivityApply' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"exportExcel": true,
"orderByColumn": "string",
"isAsc": "asc",
"reasonable": false,
"companyUserId": 0,
"format": 0,
"name": "string",
"status": 0,
"type": 0,
"industryLabels": 0,
"registrationTimeBegin": "string",
"registrationTimeEnd": "string",
"activityTimeBegin": "string",
"activityTimeEnd": "string",
"checkInStatus": 0,
"ticketPriceBegin": 0,
"ticketPriceEnd": 0
}'{
"total": 0,
"rows": [
{
"id": 0,
"activityId": 0,
"format": 0,
"name": "",
"status": 0,
"type": 0,
"industryLabels": 0,
"industryLabelsName": "",
"registrationStartTime": "",
"registrationEndTime": "",
"activityStartTime": "",
"activityEndTime": "",
"ticketId": "",
"ticketName": "",
"ticketPrice": 0.0,
"checkInStatus": 0
}
],
"code": 0,
"msg": ""
}