From 6accfb9c8d0aa78d2ad3ff2b87bdc8f6bc3ae048 Mon Sep 17 00:00:00 2001 From: wtp <1813748440@qq.com> Date: Fri, 4 Aug 2023 10:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SpareTimeWorker/Server/SpareTimeWorkerService.cs | 2 +- src/Znyc.Dispatching.Application/User/Services/UserService.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Znyc.Dispatching.Application/SpareTimeWorker/Server/SpareTimeWorkerService.cs b/src/Znyc.Dispatching.Application/SpareTimeWorker/Server/SpareTimeWorkerService.cs index b0fbef4..84793d2 100644 --- a/src/Znyc.Dispatching.Application/SpareTimeWorker/Server/SpareTimeWorkerService.cs +++ b/src/Znyc.Dispatching.Application/SpareTimeWorker/Server/SpareTimeWorkerService.cs @@ -23,7 +23,7 @@ namespace Znyc.Dispatching.Application.SpareTimeWorker.Server public async Task VehicleWorker(SpareTimer timer, long count) { - Console.WriteLine("车辆异常提醒"); + ////停留 await "http://localhost/api/job/syncstoping".GetAsync(); ////超速 diff --git a/src/Znyc.Dispatching.Application/User/Services/UserService.cs b/src/Znyc.Dispatching.Application/User/Services/UserService.cs index 6e7889c..cf36fa4 100644 --- a/src/Znyc.Dispatching.Application/User/Services/UserService.cs +++ b/src/Znyc.Dispatching.Application/User/Services/UserService.cs @@ -206,6 +206,7 @@ namespace Znyc.Dispatching.Application var json = Newtonsoft.Json.JsonConvert.DeserializeObject(plaintext); var phoneNumber = json.phoneNumber; var purePhoneNumber = json.purePhoneNumber; + //至此,成功获取到手机号 phone = Convert.ToString(purePhoneNumber); } @@ -214,7 +215,7 @@ namespace Znyc.Dispatching.Application } catch (Exception ex) { - Console.WriteLine($"RegisterUserAsync:{ex.StackTrace}"); + Console.WriteLine($"RegisterUserAsync:{ex.Message}"); _logger.LogError(ex.StackTrace); } }