p-honggang.li
6 天以前 22cc8ce22157a32bfcd4ee14d824769c6e318cec
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({