|
@@ -594,6 +594,9 @@ func GetServerDownLoad(c *gin.Context) {
|
|
|
if platform == "PC" {
|
|
if platform == "PC" {
|
|
|
url = serviceConfig.DownLoadUrl.IpUrl
|
|
url = serviceConfig.DownLoadUrl.IpUrl
|
|
|
}
|
|
}
|
|
|
|
|
+ if platform == "IOS" {
|
|
|
|
|
+ url = serviceConfig.DownLoadUrl.IosUrl
|
|
|
|
|
+ }
|
|
|
c.JSON(http.StatusOK, url)
|
|
c.JSON(http.StatusOK, url)
|
|
|
} else {
|
|
} else {
|
|
|
c.JSON(http.StatusOK, gin.H{
|
|
c.JSON(http.StatusOK, gin.H{
|