(body:any)
| 39 | // 流程控制 |
| 40 | |
| 41 | export async function startFlow(body:any) { |
| 42 | return post('/api/cmd/flowRecord/startFlow', body); |
| 43 | } |
| 44 | |
| 45 | export async function removeFlow(body:any) { |
| 46 | return post('/api/cmd/flowRecord/remove', body); |
no test coverage detected