We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e67f3b commit b9d7435Copy full SHA for b9d7435
ci.go
@@ -77,7 +77,7 @@ type PicProcessObject struct {
77
FrameCount int `xml:"FrameCount,omitempty"`
78
Md5 string `xml:"Md5,omitempty"`
79
BitDepth int `xml:"BitDepth,omitempty"`
80
- AIGCMetadata AIGCMetadata `xml:"AIGCMetadata,omitempty"`
+ AIGCMetadata *AIGCMetadata `xml:"AIGCMetadata,omitempty"`
81
}
82
type QRcodeInfo struct {
83
CodeUrl string `xml:"CodeUrl,omitempty"`
0 commit comments