This commit is contained in:
vipg
2026-02-09 16:38:59 +08:00
parent 2efc23cac7
commit 875feb37a5
2 changed files with 23 additions and 24 deletions

View File

@@ -3,4 +3,5 @@ package types
type Response struct {
Status bool `json:"status"`
Message string `json:"message"`
Data interface{} `json:"data,omitempty"`
}