Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
c7d40110
Commit
c7d40110
authored
Aug 30, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0d345a79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
VisitorReserveModule.cs
Edu.Module.Duty/VisitorReserveModule.cs
+1
-1
No files found.
Edu.Module.Duty/VisitorReserveModule.cs
View file @
c7d40110
...
...
@@ -316,7 +316,7 @@ namespace Edu.Module.Duty
queryNotifyManager
.
ForEach
(
x
=>
{
var
path
=
$"
/sale/orderStatistics?Order
Id=
{
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment