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