编译流程图
POST
{{chengying-coder}}/flows/graphs
接口描述
根据流程图的编译
请求参数
参数名
类型
描述
必填
compile_type
string
生成代码的类型,示例:backend
必填
compile_target
string
目标的编译语言,示例:python3
必填
type
string
边的类型,示例:Normal
必填
from
string
来自哪个结点,示例:0
必填
to
string
指向哪个结点,示例:1
必填