sunpengfei
2025-10-09 a209b2ed87bc2a564ef58de4eccc879df5bf337b
feat:开发
1个文件已修改
7 ■■■■■ 已修改文件
ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ApiTools.Application/SmsUtils/Commands/SmsAliyunNotifyCommandHandler.cs
@@ -43,10 +43,17 @@
            var env = App.GetConfig<string>("Environment");
            if (env == "Product")
            {
                try
                {
                var json = request.ToJson();
                await httpRemoteService.PostAsStringAsync("http://118.178.252.28:8780/api/common/sms/smsAliyunNotify",
                    builder => builder.SetJsonContent(json));
            }
                catch
                {
                }
            }
            var templateCodes = await EnumUtils.GetModel<EnumSmsTemplateCode>();
            var msgIds = request.DistinctSelect(it => it.BizId.ToString());