Commit eef03f42 authored by 吴春's avatar 吴春

提交代码

parent 757d1c77
...@@ -341,7 +341,7 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -341,7 +341,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
{ {
List<string> openidList = new List<string>(); List<string> openidList = new List<string>();
openidList.Add(umodel.OpenId); openidList.Add(umodel.OpenId);
new Module.User.MiniProgramMsgModule().SendHatchExamineMsg(model.TenantId, model.MallBaseId, openidList, Status == 1 ? "企业认证通过" : "企业认证失败", "企业认证结果通知", System.DateTime.Now.ToString("yyyy年MM月dd日 HH:mm")); new Module.User.MiniProgramMsgModule().SendHatchExamineMsg(model.TenantId, model.MallBaseId, openidList, Status == 1 ? "认证通过" : "认证失败", "企业认证结果通知", System.DateTime.Now.ToString("yyyy年MM月dd日 HH:mm"));
} }
} }
...@@ -967,7 +967,7 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -967,7 +967,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
{ {
List<string> openidList = new List<string>(); List<string> openidList = new List<string>();
openidList.Add(umodel.OpenId); openidList.Add(umodel.OpenId);
new Module.User.MiniProgramMsgModule().SendHatchExamineMsg(model.TenantId, model.MallBaseId, openidList, AuditState == 2 ? "首店认证通过" : "首店认证失败", "首店认证结果通知", System.DateTime.Now.ToString("yyyy年MM月dd日 HH:mm")); new Module.User.MiniProgramMsgModule().SendHatchExamineMsg(model.TenantId, model.MallBaseId, openidList, AuditState == 2 ? "认证通过" : "认证失败", "首店认证结果通知", System.DateTime.Now.ToString("yyyy年MM月dd日 HH:mm"));
} }
return ApiResult.Success(); return ApiResult.Success();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment