11
This commit is contained in:
parent
dd123cc446
commit
77ba817569
|
@ -89,6 +89,8 @@ func GetTemplateSwitchInfo(templateId int64, templateJsonStr *string, templateMa
|
||||||
for _, v := range templateJsonInfo.MaterialList {
|
for _, v := range templateJsonInfo.MaterialList {
|
||||||
if v.Type == "combine" && !v.Visible {
|
if v.Type == "combine" && !v.Visible {
|
||||||
return GetTemplateSwitchInfoRsp{
|
return GetTemplateSwitchInfoRsp{
|
||||||
|
Id: templateId,
|
||||||
|
Material: templateMaterialImg,
|
||||||
MaterialData: MaterialData{
|
MaterialData: MaterialData{
|
||||||
Logo: Logo{
|
Logo: Logo{
|
||||||
Material: "/image/logo/aHnT1_rzubdwax_scale.png",
|
Material: "/image/logo/aHnT1_rzubdwax_scale.png",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user