{
"job_name": "string",
"job_type": "string",
"job_intro": "string",
"job_require": "string",
"job_pay": "string"
}
curl --location --request POST 'http://localhost:8081/bin_fresh_recruit/com/job/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_name": "string",
"job_type": "string",
"job_intro": "string",
"job_require": "string",
"job_pay": "string"
}'
{
"code": 0,
"msg": "ok",
"data": {
"id": 2,
"com_id": "B143f9124437",
"job_name": "人力资源",
"job_type": "人力",
"job_intro": "招聘",
"job_require": "良好沟通",
"job_pay": "25k"
}
}