src/api/orderApi.ts
@@ -154,15 +154,6 @@ }) as ApiPromise }, // 启动并完成审批流程(外部工作流服务) startWorkflowAndComplete(data: { processdefId: string; userid: string; businessKey: string }): ApiPromise { return createAxios({ url: `/test/app/workflow/startProcessAndComplete`, method: 'post', data }) as ApiPromise }, // 更新订单的工作流ID updateWorkflowId(orderId: string, workflowId: string): ApiPromise { return createAxios({