fix
This commit is contained in:
parent
4d4381b196
commit
305bf83d4e
|
@ -76,6 +76,7 @@ func (l *UpdateTemplateLogic) UpdateTemplate(req *types.UpdateTemplateReq, r *ht
|
|||
if v["tag"] == "Logo" {
|
||||
logoWidth, _ = v["width"].(json.Number).Int64()
|
||||
logoHeight, _ = v["height"].(json.Number).Int64()
|
||||
break
|
||||
}
|
||||
}
|
||||
isPublic := int64(0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user