This commit is contained in:
parent
98cf6b3f4b
commit
fb654a0942
|
@ -1,7 +1,7 @@
|
||||||
package apollostruct
|
package apollostruct
|
||||||
|
|
||||||
type InstallCfg struct {
|
type InstallCfg struct {
|
||||||
IsIosInstallButtonVisible string `json:"is_ios_install_button_visible"`
|
IsIosInstallButtonVisible int64 `json:"is_ios_install_button_visible"`
|
||||||
AndroidUrl string `json:"android_url"`
|
AndroidUrl string `json:"android_url"`
|
||||||
IosUrl string `json:"ios_url"`
|
IosUrl string `json:"ios_url"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue