点评回传
最后更新于 2026/08/03
人才点评结果
此接口用于人才点评结果上传
Method:POST
Path:/application/comment
Headers
Key | Required | Type | Description |
|---|---|---|---|
token | Yes | string | 令牌 |
request body
{
"application_id": 4073653,//申请ID
"content": "测试1111",//点评内容
"hr_id":83857 //非必填,默认取公司超管账户
}
response body
{
"code": 0,
"message": "",
"data": true
}
评价这篇文档
有帮助
没帮助


