{
"com_id": "string",
"search_content": "string",
"current": 0,
"page_size": 0
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/com/job/list/company' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"com_id": "string",
"search_content": "string",
"current": 0,
"page_size": 0
}'
{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"job_id": "J74ec4162202",
"com_id": "B78fe1151415",
"job_name": "人力资源",
"job_type": "人力",
"job_intro": "招聘",
"job_require": "良好沟通",
"job_pay": "25k",
"create_time": "2024-03-16T08:22:02.000+00:00"
},
{
"job_id": "Jb7dc7162433",
"com_id": "B78fe1151415",
"job_name": "区素经百业书",
"job_type": "cillum in consectetur eu",
"job_intro": "eiusmod",
"job_require": "ad incididunt labore",
"job_pay": "irure eiusm",
"create_time": "2024-03-16T08:24:34.000+00:00"
}
],
"total": 2,
"current": 1,
"page_size": 4
}
}