Quellcode durchsuchen

Update PtlMailInfo.ts

xiaoyang0346 vor 4 Tagen
Ursprung
Commit
6e5c394dc2
1 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  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
 }