fix gitea workflow path and runner label
Build docker and publish / build (20.15.1) (push) Failing after 7m54s

This commit is contained in:
2026-03-03 19:10:59 -08:00
parent f773fe1d6d
commit 8bdc8afea3
5 changed files with 185 additions and 12 deletions
+2 -2
View File
@@ -2968,8 +2968,8 @@ type GetSubscribeStatusRequest struct {
type DeleteAccountResponse struct {
Success bool `json:"success"`
Message string `json:"message,omitempty"`
UserId int64 `json:"user_id,omitempty"`
Code int `json:"code,omitempty"`
UserId int64 `json:"user_id"`
Code int `json:"code"`
}
type GetDownloadLinkRequest struct {