(body:any)
| 56 | } |
| 57 | |
| 58 | export async function submitFlow(body:any) { |
| 59 | return post('/api/cmd/flowRecord/submitFlow', body); |
| 60 | } |
| 61 | |
| 62 | export async function trySubmitFlow(body:any) { |
| 63 | return post('/api/cmd/flowRecord/trySubmitFlow', body); |
no test coverage detected