...
|
...
|
@@ -114,7 +114,7 @@ type ProcessConfig struct { |
|
|
type TemplateUpdateRequest struct {
|
|
|
Template Template `json:"template"`
|
|
|
Example string `json:"example"` //示例`
|
|
|
AuditFlowConfig AuditFlowConfig `json:"audit_flow_config"`
|
|
|
AuditFlowConfig AuditFlowConfig `json:"auditFlowConfig"`
|
|
|
}
|
|
|
type TemplateUpdateResponse struct {
|
|
|
}
|
...
|
...
|
|