【修复】修复app端短信发送记录被返回的问题。

This commit is contained in:
大灰灰
2022-12-04 22:48:11 +08:00
parent 8143535508
commit 8b3ea13f19

View File

@@ -110,7 +110,7 @@ namespace CoreCms.Net.Services
var str = await SendSms(oldLog.mobile, oldLog.contentBody, smsOptions); var str = await SendSms(oldLog.mobile, oldLog.contentBody, smsOptions);
jm.status = true; jm.status = true;
jm.data = str; //jm.data = str;
jm.msg = "短信发送成功"; jm.msg = "短信发送成功";
return jm; return jm;