pub fn notes_get(id: &str) -> Result<Note, PluginError>Expand description
notes.get:按 id 取完整笔记(能力 notes:read)。不存在 → code=“not_found”。
pub fn notes_get(id: &str) -> Result<Note, PluginError>notes.get:按 id 取完整笔记(能力 notes:read)。不存在 → code=“not_found”。