Skip to content

Commit b9d7435

Browse files
author
wanjiewu
committed
统一为指针类型
1 parent 7e67f3b commit b9d7435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type PicProcessObject struct {
7777
FrameCount int `xml:"FrameCount,omitempty"`
7878
Md5 string `xml:"Md5,omitempty"`
7979
BitDepth int `xml:"BitDepth,omitempty"`
80-
AIGCMetadata AIGCMetadata `xml:"AIGCMetadata,omitempty"`
80+
AIGCMetadata *AIGCMetadata `xml:"AIGCMetadata,omitempty"`
8181
}
8282
type QRcodeInfo struct {
8383
CodeUrl string `xml:"CodeUrl,omitempty"`

0 commit comments

Comments
 (0)