作者 邓超

优化

@@ -169,6 +169,16 @@ class MessageItem { @@ -169,6 +169,16 @@ class MessageItem {
169 return $this->body; 169 return $this->body;
170 } 170 }
171 171
  172 + /**
  173 + * 所属文件夹
  174 + * @return string
  175 + * @author:dc
  176 + * @time 2024/9/26 11:46
  177 + */
  178 + public function getFolderName():string {
  179 + return $this->msg->folder->getName();
  180 + }
  181 +
172 182
173 public function __get(string $name) 183 public function __get(string $name)
174 { 184 {
@@ -97,7 +97,7 @@ abstract class Request { @@ -97,7 +97,7 @@ abstract class Request {
97 97
98 98
99 /** 99 /**
100 - * 是否成功 100 + * 是否成功 是最一次操作的状态
101 * @return bool 101 * @return bool
102 * @author:dc 102 * @author:dc
103 * @time 2024/9/14 9:10 103 * @time 2024/9/14 9:10