fix: 调试发布run

This commit is contained in:
npc0-hue
2026-07-22 11:44:48 +08:00
parent b06623d0ce
commit 6c3eb6e45f
41 changed files with 1289 additions and 206 deletions
+4
View File
@@ -456,6 +456,10 @@ type ServerInstanceUpdateRequest struct {
Name *string `json:"name,omitempty"`
}
type ServerDeletionRequest struct {
Password string `json:"password"`
}
type ServerMemberRequest struct {
UserID string `json:"userId"`
}