mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【修复】修复app端短信发送记录被返回的问题。
This commit is contained in:
@@ -110,7 +110,7 @@ namespace CoreCms.Net.Services
|
||||
|
||||
var str = await SendSms(oldLog.mobile, oldLog.contentBody, smsOptions);
|
||||
jm.status = true;
|
||||
jm.data = str;
|
||||
//jm.data = str;
|
||||
jm.msg = "短信发送成功";
|
||||
|
||||
return jm;
|
||||
|
||||
Reference in New Issue
Block a user