Merge pull request '1' (#800) from feat-IRONFANS-235-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/800
This commit is contained in:
chenhao 2024-11-18 15:28:37 +08:00
commit 308f3d6870
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"`
} }