Commit c7d40110 authored by 吴春's avatar 吴春

1

parent 0d345a79
......@@ -316,7 +316,7 @@ namespace Edu.Module.Duty
queryNotifyManager.ForEach(x =>
{
var path = $"/sale/orderStatistics?OrderId={model.Id}";//这个地址是欠费的通知地址,后续有H5需要改
var path = $"pages/classRollCall/TrialClass?Id={model.Id}";//这个地址是欠费的通知地址,后续有H5需要改
path = HttpUtility.UrlEncode(path);
string markdownContent = $@"`试听课通知` 学员试听课通知\n>**概要信息** \n>学员名称:{guestModel.StuName}({guestModel.StuRealMobile})\n>
预约时间:<font color='warning'>{model.ReservationDate.ToString("yyyy-MM-dd")}\n>
......
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