finish work

This commit is contained in:
2025-04-18 17:40:44 +08:00
parent cc8e04a41f
commit 16e779a450
25 changed files with 483 additions and 651 deletions
+7
View File
@@ -0,0 +1,7 @@
package model
type ErrInfo struct {
Cause string `json:"cause"`
Message string `json:"message"`
Response int `json:"response"`
}