From 80f6077d513ecb6888eac4b16ca5a7154929595d Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 09 十月 2025 16:40:03 +0800
Subject: [PATCH] feat:开发

---
 ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs b/ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs
index a023765..ffa3af0 100644
--- a/ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs
+++ b/ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs
@@ -44,7 +44,7 @@
             if (env == "Product")
             {
                 var json = request.ToJson();
-                await httpRemoteService.PostAsStringAsync("http://localhost:5010/api/common/sms/smsAliyunNotify",
+                await httpRemoteService.PostAsStringAsync("http://118.178.252.28:8780/api/common/sms/smsAliyunNotify",
                     builder => builder.SetJsonContent(json));
             }
 

--
Gitblit v1.9.1