username@email.com
2024-03-05 bb4015670d520e2babf2bb558e02fe4de41d5f0b
提交
1个文件已修改
2 ■■■ 已修改文件
CoreCms.Net.Services/Message/CoreCmsSmsServices.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CoreCms.Net.Services/Message/CoreCmsSmsServices.cs
@@ -209,7 +209,7 @@
                };
                string url = smsOptions.ApiUrl;
                string data = "CorpID="+ smsOptions.Account + "&Pwd="+ smsOptions.Password + "&Mobile=" + mobile + "&Content=" + contentBody + "【川印文化集团股份有限公司】&SendTime="; //退订回N
                string data = "CorpID="+ smsOptions.Account + "&Pwd="+ smsOptions.Password + "&Mobile=" + mobile + "&Content=" + contentBody + "【"+smsOptions.Signature+"】&SendTime="; //退订回N
                string ssss = await HttpClientPostGB2312Async(url, "POST", data);
                int aaaa = 0;
                if (int.TryParse(ssss, out aaaa) && aaaa > 0)