This commit is contained in:
vipg
2026-02-09 16:32:14 +08:00
parent 134ece2bcc
commit 2efc23cac7
2 changed files with 31 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
package types
type Response struct {
Status bool `json:"status"`
Message string `json:"message"`
}