修复共享链接无法被连带删除

This commit is contained in:
anian
2026-07-04 01:44:03 +08:00
parent 772a68a87b
commit 756b9f5d1c
7 changed files with 44 additions and 3 deletions
+3 -2
View File
@@ -22,8 +22,9 @@ type FindMemoShare struct {
// DeleteMemoShare identifies a share grant to remove.
type DeleteMemoShare struct {
ID *int32
UID *string
ID *int32
UID *string
MemoID *int32
}
// CreateMemoShare creates a new share grant.