文档
测试

计划执行-报审

POST
http://**//operateplan/operPlanWorkApply/apply

请求参数

参数名
类型
描述
必填
planId
int
计划节点id
必填
departmentId
int
部门id
必填
leaderId
int
报审对象id
必填
content
string
报审内容
必填
progress
int
汇报进度
必填
planEndTime
string
计划完成时间 yyyy-MM-dd
必填
attachs
array
附件id数组 [1,2,3]
必填
defer
string
延期申请
必填

响应参数

参数名
类型
描述
必填
res
int
0成功 其他失败
必填

响应示例

{ "res": 0, "msg": "操作成功!" }