From 34d6b01ce67678e447dd0fb79b2244cf94f75e1c Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Thu, 23 Nov 2023 14:43:43 +0800 Subject: [PATCH] fix --- utils/template_switch_info/template_switch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,