审批通过/拒绝(批量)
POST
manager/postTrainApply/updateToBatchApplyId
接口描述
批量修改员工岗位培训申请
请求头
参数名
类型
描述
必填
token
string
封装user_id
必填
请求参数
参数名
类型
描述
必填
applyId
int
员工岗位培训申请id(必传项)
必填
applyState
int
状态:1:待申请 2:申请中(待审批) 3:申请通过 4:申请拒绝(必传项)
必填
userId
int
员工id(必传项)
必填
postId
int
岗位id(必传项)
必填
startTime
string
岗位开始时间(必传项,格式:yyyy-MM-dd)
必填
rejectDesc
string
拒绝理由(可为空)
可选
响应参数
参数名
类型
描述
必填
code
string
状态码
必填
message
string
消息
必填
data
Object
对象
必填