添加或者更新招聘信息 websocket测试 POST http://47.102.223.39/recruitment/addOrUdateRecruitment 说明 / 示例 添加: curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d "{\"positiontitle\":\"test\",\"jobtype\":\"test\",\"recruitsnums\":100,\"jobbase\":\"test\",\"jobresponsibilities\":\"test\"}" http://127.0.0.1:3000/recruitment/addOrUdateRecruitment 返回值: {"Content":{"Data":true,"PageInfo":null},"Message":{"code":0,"msg":"success"}} 更新: curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d "{\"id\":1,\"positiontitle\":\"test\",\"jobtype\":\"test\",\"recruitsnums\":200,\"jobbase\":\"test\",\"jobresponsibilities\":\"test\"}" http://127.0.0.1:3000/recruitment/addOrUdateRecruitment 完整字段设计说明如下: 
添加: curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d "{\"positiontitle\":\"test\",\"jobtype\":\"test\",\"recruitsnums\":100,\"jobbase\":\"test\",\"jobresponsibilities\":\"test\"}" http://127.0.0.1:3000/recruitment/addOrUdateRecruitment 返回值: {"Content":{"Data":true,"PageInfo":null},"Message":{"code":0,"msg":"success"}} 更新: curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d "{\"id\":1,\"positiontitle\":\"test\",\"jobtype\":\"test\",\"recruitsnums\":200,\"jobbase\":\"test\",\"jobresponsibilities\":\"test\"}" http://127.0.0.1:3000/recruitment/addOrUdateRecruitment 完整字段设计说明如下: 