feat:合图新增debug模块

This commit is contained in:
momo 2023-10-18 11:01:40 +08:00
parent c35e1402c3
commit 6a982689ef

View File

@ -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