ソースを参照

Update PtlMailInfo.ts

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
 }