1 #800

Merged
chenhao merged 1 commits from feat-IRONFANS-235-Robin into test 2024-11-18 15:28:37 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
} }