add requestId string

This commit is contained in:
denver 2023-03-21 02:32:33 +03:00
parent 0495d1efb1
commit a86bb964e5

View File

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