old mode 100755
new mode 100644
| | |
| | | {
|
| | | return true;
|
| | | }
|
| | | retuun false;
|
| | | return false;
|
| | | }
|
| | | catch
|
| | | {
|
| | |
| | | private async void UpdateVersion()
|
| | | {
|
| | | #if iOS
|
| | | CommonPage.Instance.OpenUrl();
|
| | | OpenUrl();
|
| | | #elif Android
|
| | | try
|
| | | {
|
| | |
| | | /// 获取iOS-APP版本信息
|
| | | /// </summary>
|
| | | /// <returns>The https app version async.</returns>
|
| | | public async System.Threading.Tasks.Task<ResponseEntity.ResultPack> RequestHttpsiOSAppVersionAsync()
|
| | | public async System.Threading.Tasks.Task<Common.ResponseEntity.ResultPack> RequestHttpsiOSAppVersionAsync()
|
| | | {
|
| | | try
|
| | | {
|
| | |
| | | {
|
| | | return null;
|
| | | }
|
| | | return Newtonsoft.Json.JsonConvert.DeserializeObject<ResponseEntity.ResultPack>(Encoding.UTF8.GetString(result));
|
| | | return Newtonsoft.Json.JsonConvert.DeserializeObject<Common.ResponseEntity.ResultPack>(Encoding.UTF8.GetString(result));
|
| | | }
|
| | | catch
|
| | | {
|