| | |
| | | } |
| | | #endregion |
| | | |
| | | #region 检测更新 |
| | | public ResponsePackNew CheckAppVersion() |
| | | { |
| | | var requestObj = new AppVersionCheckObj(); |
| | | #if __IOS__ |
| | | requestObj.releaseSystem = "IOS"; |
| | | #else |
| | | requestObj.releaseSystem = "Android"; |
| | | #endif |
| | | var requestJson = HttpUtil.GetSignRequestJson(requestObj); |
| | | return HttpUtil.RequestHttpsPost(NewAPI.API_POST_CheckAppVersion, requestJson); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region 注销账号 |
| | | /// <summary> |
| | |
| | | { |
| | | Dictionary<string, object> d = new Dictionary<string, object>(); |
| | | d.Add("version", MainPage.VersionString); |
| | | d.Add("appCode", "1588071238036582401"); |
| | | d.Add("appCode", "1706565357768663041"); |
| | | #if __IOS__ |
| | | d.Add("releaseSystem", "IOS"); |
| | | #else |