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