From 5395bbc832a2dfe211afea0a561fcf84659657d4 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 29 Nov 2021 16:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=EF=BC=9A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/domain/roleField/mail.ts | 3 ++- shared/resource/jsons/dic_email_content.json | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/shared/domain/roleField/mail.ts b/shared/domain/roleField/mail.ts index 110af3173..971494123 100644 --- a/shared/domain/roleField/mail.ts +++ b/shared/domain/roleField/mail.ts @@ -8,8 +8,9 @@ import { gameData } from "../../pubUtils/data"; export class MailParam { id: string; // mongodb生成objectId mailType: GM_MAIL_TYPE; // 邮件类型 - sendName: string = ''; // 发件人 + sendName: string = '系统'; // 发件人 content: string = ''; // 内容 + title: string = '系统邮件'; sendTime: number = 0; // 发送时间 endTime: number = 0; // 过期时间 goods: ItemReward[] = []; // 奖励 diff --git a/shared/resource/jsons/dic_email_content.json b/shared/resource/jsons/dic_email_content.json index 5d08b632d..0461436d7 100644 --- a/shared/resource/jsons/dic_email_content.json +++ b/shared/resource/jsons/dic_email_content.json @@ -1,6 +1,8 @@ [ { "id": 0, + "title": "邮件标题", + "sendName": "&", "content": "%d", "time": 24 },