diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index 0773d96d..f5036756 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -7,6 +7,7 @@ import ( "fmt" "fusenapi/constants" "fusenapi/model/gmodel" + "fusenapi/utils/auth" "fusenapi/utils/curl" "fusenapi/utils/file" "fusenapi/utils/hash" @@ -126,7 +127,8 @@ type ( Qrcode string `json:"qrcode"` // 合图参数 LogoUrl string `json:"logo_url"` // 合图参数 Resolution string `json:"resolution"` // 合图参数 - TemplateTagColor TemplateTagColor `json:"template_tag_color"` //合图颜色 + TemplateTagColor TemplateTagColor `json:"template_tag_color"` // 合图颜色 + Debug *auth.Debug `json:"debug"` } LogoCombineRes struct { ResourceId string