From 6a982689efa261cf34e64d0bfeb04411e7da0c9d Mon Sep 17 00:00:00 2001 From: momo <1012651275@qq.com> Date: Wed, 18 Oct 2023 11:01:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=90=88=E5=9B=BE=E6=96=B0=E5=A2=9Edebug?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/repositories/image_handle.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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