fix json reflect in RedirStruct

This commit is contained in:
cyber-dream 2023-03-13 12:20:46 +03:00
parent 528846c002
commit 4465fa52c1

View File

@ -16,7 +16,7 @@ func (id InstallId) Validate() bool {
} }
type RedirResp struct { type RedirResp struct {
RedirectUrl string RedirectUrl string `json:"redirecturl"`
} }
type LauncherSession struct { type LauncherSession struct {