sunpengfei
2025-10-09 80f6077d513ecb6888eac4b16ca5a7154929595d
feat:开发
1个文件已修改
2 ■■■ 已修改文件
ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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));
            }