diff --git a/utils/template_switch_info/template_switch.go b/utils/template_switch_info/template_switch.go index bec1b8cb..d1d3f46f 100644 --- a/utils/template_switch_info/template_switch.go +++ b/utils/template_switch_info/template_switch.go @@ -64,7 +64,7 @@ type MaterialItem struct { Text string `json:"text"` } -// 获取模板开关信息(目前写死,以后后台做好了功能再更新变动) +// 获取模板开关信息 func GetTemplateSwitchInfo(templateId int64, templateJsonStr *string, templateMaterialImg string) GetTemplateSwitchInfoRsp { returnData := GetTemplateSwitchInfoRsp{ Id: templateId,