service/apollostruct/install.go

8 lines
228 B
Go
Raw Normal View History

2024-11-18 15:16:10 +08:00
package apollostruct
type InstallCfg struct {
2024-11-18 15:27:52 +08:00
IsIosInstallButtonVisible int64 `json:"is_ios_install_button_visible"`
2024-11-18 15:16:10 +08:00
AndroidUrl string `json:"android_url"`
IosUrl string `json:"ios_url"`
}