This commit is contained in:
madaoxs
2026-01-13 17:55:36 +08:00
commit e348e845f2
14 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package model
type APIResponse struct {
Data any `json:"data"`
Error string `json:"error"`
}