| | |
| | |
|
| | | public class VersionUtility : Singleton<VersionUtility>
|
| | | {
|
| | | public static readonly string[] VERSION_URL = new string[] { "http://pub.game.secondworld.net.cn:11000/appversion/?" ,
|
| | | public static readonly string[] VERSION_URL = new string[] { "http://pub.game.2460web.com:11000/appversion/?" ,
|
| | | "http://111.230.234.252:11000/appversion/?"};
|
| | |
|
| | | const string VERSION_URL_PURE = "http://111.230.234.252:11000/purge/appversion/?";
|
| | |
| | | step = Step.Completed;
|
| | | }
|
| | |
|
| | | const string maoerGameAppId = "mrgame";
|
| | | public bool IsMaoErGame()
|
| | | {
|
| | | return VersionConfig.Get().appId == maoerGameAppId;
|
| | | }
|
| | |
|
| | | public class VersionInfo
|
| | | {
|
| | | public int ForceCount;
|
| | |
| | | }
|
| | | catch (Exception ex)
|
| | | {
|
| | | DesignDebug.Log(ex);
|
| | | DebugEx.Log(ex);
|
| | | return string.Empty;
|
| | | }
|
| | | }
|