fix json reflection name
This commit is contained in:
parent
7e2a75d11d
commit
77addd32dc
@ -3,7 +3,7 @@ package domain
|
||||
import "strconv"
|
||||
|
||||
type JavaVersion struct {
|
||||
VersionNums `json:"versionnums"`
|
||||
VersionNums `json:"version"`
|
||||
Specifics []JavaVersionSpecifics `json:"specifics"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user