xiaoyang0346 пре 4 дана
родитељ
комит
6e5c394dc2
1 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 2
      s_to_proto/shared/mail/PtlMailInfo.ts

+ 6 - 2
s_to_proto/shared/mail/PtlMailInfo.ts

@@ -1,11 +1,15 @@
 
 
-// 定义请求参数
+/**
+ * 请求邮件信息
+ */
 export interface ReqMailInfo {
 
 }
 
-// 定义返回字段
+/**
+ * 返回邮件信息列表
+ */
 export interface ResMailInfo {
     [id:string]:MailInfo
 }