作者 yangfu

审核人修改

@@ -114,7 +114,7 @@ type ProcessConfig struct { @@ -114,7 +114,7 @@ type ProcessConfig struct {
114 type TemplateUpdateRequest struct { 114 type TemplateUpdateRequest struct {
115 Template Template `json:"template"` 115 Template Template `json:"template"`
116 Example string `json:"example"` //示例` 116 Example string `json:"example"` //示例`
117 - AuditFlowConfig AuditFlowConfig `json:"audit_flow_config"` 117 + AuditFlowConfig AuditFlowConfig `json:"auditFlowConfig"`
118 } 118 }
119 type TemplateUpdateResponse struct { 119 type TemplateUpdateResponse struct {
120 } 120 }