作者 邓超

优化

... ... @@ -169,6 +169,16 @@ class MessageItem {
return $this->body;
}
/**
* 所属文件夹
* @return string
* @author:dc
* @time 2024/9/26 11:46
*/
public function getFolderName():string {
return $this->msg->folder->getName();
}
public function __get(string $name)
{
... ...
... ... @@ -97,7 +97,7 @@ abstract class Request {
/**
* 是否成功
* 是否成功 是最一次操作的状态
* @return bool
* @author:dc
* @time 2024/9/14 9:10
... ...