add: cancel transfer

This commit is contained in:
2026-02-04 15:06:41 +08:00
parent c2f3c2c3df
commit 68533dad31
9 changed files with 529 additions and 221 deletions

View File

@@ -73,6 +73,7 @@ type TransferAskResponse struct {
// TransferUploadResponse 上传回应
type TransferUploadResponse struct {
ID string `json:"id"` // 传输会话 ID
Message string `json:"message"`
ID string `json:"id"` // 传输会话 ID
Message string `json:"message"`
Status TransferStatus `json:"status"`
}