支持xml入参
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package imageproc
|
||||
package producer
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
@@ -11,7 +11,7 @@ type Report struct {
|
||||
Satellite string `xml:"satellite,attr"`
|
||||
Sensor string `xml:"sensor,attr"`
|
||||
ProductLevel string `xml:"productLevel,attr"`
|
||||
Scenes []ReportScene `xml:"scene"`
|
||||
Scenes []ReportScene `xml:"scenes>scene"`
|
||||
}
|
||||
|
||||
// Scene represents each scene in the report
|
||||
|
||||
Reference in New Issue
Block a user