{
"search_content": "string",
"job_type": "string",
"com_type": "string",
"com_sum": "string",
"com_address": "string",
"page_size": 0,
"current": 0
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/com/job/list/search' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"search_content": "string",
"job_type": "string",
"com_type": "string",
"com_sum": "string",
"com_address": "string",
"page_size": 0,
"current": 0
}'
{
"code": "string",
"msg": "string",
"data": {
"list": [
{
"id": 1,
"com_id": "string",
"job_id": "string",
"job_name": "string",
"job_type": "string",
"job_intro": "string",
"job_require": "string",
"job_pay": "string"
}
],
"total": 0,
"current": 0,
"page_size": 0
}
}