web 服务框架

This commit is contained in:
2025-03-18 10:13:57 +08:00
parent 27e0ed2994
commit 19530d9d40
52 changed files with 8295 additions and 37 deletions

5
web/utils/resp.go Normal file
View File

@@ -0,0 +1,5 @@
package utils
type ErrResp struct {
Cause string `json:"cause"`
}