MCPcopy Create free account
hub / github.com/codingapi/springboot-framework / urge

Function urge

admin-ui/src/api/flow.ts:82–84  ·  view source on GitHub ↗
(body:any)

Source from the content-addressed store, hash-verified

80}
81
82export async function urge(body:any) {
83 return post('/api/cmd/flowRecord/urge', body);
84}
85
86
87// 待办中心控制

Callers 2

handlerUrgeFlowFunction · 0.90
handlerUrgeFlowFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected