add: template email message

This commit is contained in:
2021-09-22 14:25:56 +08:00
parent 53212975f1
commit e5199425ee
24 changed files with 348 additions and 21 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ class Notice::Read::CountService < Notice::Read::ClientService
end
def url
"/count".freeze
"/notification/#{platform}/count".freeze
end
end