Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | { |
| | | guideAchievementId = _achievementId; |
| | | } |
| | | }
|
| | |
|
| | | public static void Goto3129(int _achievementId, SuccessConfig config) |
| | | { |
| | | if (config == null) return; |
| | | |
| | | guideAchievementId = _achievementId; |
| | | var dogzModel = ModelCenter.Instance.GetModel<DogzModel>(); |
| | | int dogzId = 0; |
| | | if(config.Condition != null && config.Condition.Length > 0)
|
| | | {
|
| | | dogzId = config.Condition[0];
|
| | | } |
| | | dogzModel.SetSelectDogz(dogzId); |
| | | } |
| | | } |
| | | |
| | |
| | | case 125:
|
| | | AchievementGoto.GotoIceCrystal(_achievementId);
|
| | | break;
|
| | | case 129:
|
| | | AchievementGoto.Goto3129(_achievementId, config);
|
| | | break;
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | }else if(SDKUtility.Instance.ChannelPlatform == SDKUtility.E_ChannelPlatform.Js)
|
| | | {
|
| | | send.IDType = 4;
|
| | | send.Extra += ("|" + sdkLoginResult.token);
|
| | | send.ExtraLen = (byte)send.Extra.Length;
|
| | | }
|
| | | send.AccID = sdkLoginResult.account;
|
| | | send.Password = sdkLoginResult.token;
|
| | |
| | | tables["accid"] = SDKUtility.Instance.FreePlatformInfo.account;
|
| | | tables["sid"] = ServerListCenter.Instance.currentServer.region_flag.ToString();
|
| | | tables["pushurl"] = ServerListCenter.Instance.currentServer.region_domain;
|
| | | tables["spid"] = VersionConfig.Get().SpID;
|
| | | HttpRequest.Instance.RequestHttpGet(StringUtility.Contact(exchangeUrl, HttpRequest.HashtablaToString(tables)), HttpRequest.defaultHttpContentType, 1, null);
|
| | | }
|
| | | }
|