fix json reflect in RedirStruct
This commit is contained in:
parent
528846c002
commit
4465fa52c1
@ -16,7 +16,7 @@ func (id InstallId) Validate() bool {
|
||||
}
|
||||
|
||||
type RedirResp struct {
|
||||
RedirectUrl string
|
||||
RedirectUrl string `json:"redirecturl"`
|
||||
}
|
||||
|
||||
type LauncherSession struct {
|
||||
|
Loading…
Reference in New Issue
Block a user