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:
commit
308f3d6870
|
@ -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