You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{{.SenderDisplayName}}转了{{.ReceiverPoint}}积分给{{.ReceiverDisplayName}}</title>
- </head>
-
- <body>
- <p>Hi <b>{{.ReceiverDisplayName}}</b>,
- <a href="{{AppUrl}}{{.SenderUserName}}">{{.SenderDisplayName}}</a>
- 转了{{.ReceiverPoint}}积分给
- <a href="{{AppUrl}}{{.ReceiverUserName}}">{{.ReceiverDisplayName}}</a>({{.Why}})
- ,目前您共有积分余额{{.RemainingPoint}}</p>
- <p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
- </body>
- </html>
|