Modify: json tag for QueryDate

pull/792/head
HFO4 2021-03-11 14:50:32 +08:00
parent 1f1bc056e3
commit fec2fe14f8
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ type ObjectProps struct {
ChildFileNum int `json:"child_file_num"`
Path string `json:"path"`
QueryDate time.Time
QueryDate time.Time `json:"query_date"`
}