fix: 添加发送待办接口
This commit is contained in:
+2
-2
@@ -73,8 +73,8 @@ public class WebServiceOAController extends BaseAction {
|
|||||||
|
|
||||||
@ApiOperation(value = "发送待办接口(")
|
@ApiOperation(value = "发送待办接口(")
|
||||||
@PostMapping("/sendTodo")
|
@PostMapping("/sendTodo")
|
||||||
public NotifyTodoAppResult sendTodo() throws Exception{
|
public NotifyTodoAppResult sendTodo(@RequestBody BusProcessNew busProcessNew) throws Exception{
|
||||||
return webServiceOAService.sendTodo(new BusProcessNew());
|
return webServiceOAService.sendTodo(busProcessNew);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("代主服务发送OA请求")
|
@ApiOperation("代主服务发送OA请求")
|
||||||
|
|||||||
Reference in New Issue
Block a user