企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
##修改的人才详情接口 ~~~[api] post:http://localhost:8890/api/user/Companycenter/talentsDetail *token# *sign# *pui_id=40#求职意向的id *job_id=10037#招聘职位的id *user_id#应聘着的职员id, 'ut_id'#ut_id值 <<< success { "code": 1, "msg": "", "data": { "userMsg": { "id": 5828, "user\_type": 2, "sex": 0, "birthday": 0, "last\_login\_time": 1579350778, "score": 0, "coin": 0, "balance": "0.00", "create\_time": 1579350778, "user\_status": 1, "qq\_open\_id": null, "user\_qq": null, "user\_weibo": null, "wx\_union\_id": null, "wx\_open\_id": null, "user\_weixin": "", "user\_login": "", "user\_pass": "1", "user\_nickname": "", "user\_email": "", "user\_url": "", "avatar": "avatar/20200118/9925d3c7507ded96bc3f7f3775592e79.jpeg", "signature": "", "last\_login\_ip": "192.168.9.97", "user\_activation\_key": "", "mobile": "18724775626", "more": null, "truename": "yyy公司", "id\_no": 6821, "completion\_rate": null, "old\_id": null, "invite\_code": null, "pass": "1"         }, "pujStatus": 0, "userInten": \[\], "userJob": \[\], "userEdu": \[\], "videoInfo": \[\], "suit": { "position\_suited": 100,//职位的匹配度 "pay\_suited": 100,//薪水的匹配度 "address\_suited": 80,// "job\_exp\_suited": 100,//距离的匹配度 "edu\_suited": 100,//教育的匹配度 "suited": 98//总体的匹配值         }     } } <<< error { "code": "4001", "msg": "获取信息失败,请重试", "data": "" } ~~~