修改测试通知内容

This commit is contained in:
hanhh 2021-09-19 23:10:58 +08:00
parent e5313e63a9
commit 74fa8ffcd1

View File

@ -290,7 +290,7 @@ export default class AuthService {
const isSuccess = await this.notificationService.testNotify( const isSuccess = await this.notificationService.testNotify(
notificationInfo, notificationInfo,
'青龙', '青龙',
`【蛟龙】您本次的验证码:${code}`, `【蛟龙】测试通知 https://t.me/jiao_long`,
); );
if (isSuccess) { if (isSuccess) {
const result = await this.updateNotificationDb({ const result = await this.updateNotificationDb({