feat:合图新增debug模块
This commit is contained in:
parent
c35e1402c3
commit
6a982689ef
@ -7,6 +7,7 @@ import (
|
||||
"fmt"
|
||||
"fusenapi/constants"
|
||||
"fusenapi/model/gmodel"
|
||||
"fusenapi/utils/auth"
|
||||
"fusenapi/utils/curl"
|
||||
"fusenapi/utils/file"
|
||||
"fusenapi/utils/hash"
|
||||
@ -127,6 +128,7 @@ type (
|
||||
LogoUrl string `json:"logo_url"` // 合图参数
|
||||
Resolution string `json:"resolution"` // 合图参数
|
||||
TemplateTagColor TemplateTagColor `json:"template_tag_color"` // 合图颜色
|
||||
Debug *auth.Debug `json:"debug"`
|
||||
}
|
||||
LogoCombineRes struct {
|
||||
ResourceId string
|
||||
|
Loading…
x
Reference in New Issue
Block a user