From a1f87d86e30a22ec52e950dde79852b1189d32d0 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Fri, 27 Oct 2023 11:06:21 +0800 Subject: [PATCH] fix --- utils/template_switch_info/template_switch.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/utils/template_switch_info/template_switch.go b/utils/template_switch_info/template_switch.go index 5660c234..ca321f2e 100644 --- a/utils/template_switch_info/template_switch.go +++ b/utils/template_switch_info/template_switch.go @@ -70,6 +70,21 @@ func GetTemplateSwitchInfo(templateId int64, templateJsonStr *string, templateMa Id: templateId, Material: templateMaterialImg, MaterialData: MaterialData{ + QRcode: QRcode{ + UserDisabled: true, + }, + Website: Website{ + UserDisabled: true, + }, + Address: Address{ + UserDisabled: true, + }, + Phone: Phone{ + UserDisabled: true, + }, + Slogan: Slogan{ + UserDisabled: true, + }, Logo: Logo{ Material: "/image/logo/aHnT1_rzubdwax_scale.png", },