💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#### **请求方式:** POST #### **请求地址:** /comment #### **参数说明:** | 参数 | 参数类型 | 必须 | 说明 | | --- | --- |--- | --- | | id| Integer| yes| 应聘者id值| | uid| Integer| yes| 面试官id值| | username| String| yes| 面试官姓名| | work_experience| String| no| 工作经验| | communication| String| no| 沟通交流能力| | analyze_and_slove| String| no| 分析和解决问题能力| | profession| String| no| 专业技能、学习能力| | team_spirit| String| no| 团队精神| | quality| String| no| 职业素质| | matching| String| no| 与岗位的匹配程度| | advantage| String| no| 优点、可取之处| | shortcoming| String| no| 缺点、需改进| | result| Integer| yes| 1:通过;2:未通过| #### **返回信息:** | 参数 | 参数类型 | 必须 | 说明 | | --- | --- |--- | --- | | | | | | #### **返回示例:** ``` { "code": 0, "result": "", "message": "提交成功" } ```