7595 仙宝奇缘项目版本校验地址加入game参数
| | |
| | | }
|
| | |
|
| | | [SerializeField] string m_GameId = string.Empty;
|
| | | public string gameId { get { return m_GameId; } }
|
| | | public string gameId {
|
| | | get {
|
| | | if (string.IsNullOrEmpty(m_GameId))
|
| | | {
|
| | | return "xbqy";
|
| | | }
|
| | |
|
| | | return m_GameId;
|
| | | }
|
| | | }
|
| | |
|
| | | [SerializeField] InstalledAsset m_AssetAccess = InstalledAsset.IngoreDownLoad;
|
| | | public InstalledAsset assetAccess { get { return m_AssetAccess; } set { m_AssetAccess = value; } }
|
| | |
| | | tables["branch"] = VersionConfig.Get().branch.ToString();
|
| | | }
|
| | |
|
| | | if (string.IsNullOrEmpty(VersionConfig.Get().gameId))
|
| | | {
|
| | | tables["game"] = "xbqy";
|
| | | }
|
| | | else
|
| | | {
|
| | | tables["game"] = VersionConfig.Get().gameId;
|
| | | }
|
| | | tables["game"] = VersionConfig.Get().gameId;
|
| | |
|
| | | var url = StringUtility.Contact(VERSION_URL[urlIndex % 2], HttpRequest.HashtablaToString(tables));
|
| | | urlIndex++;
|