web 服务框架
This commit is contained in:
5
web/utils/resp.go
Normal file
5
web/utils/resp.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package utils
|
||||
|
||||
type ErrResp struct {
|
||||
Cause string `json:"cause"`
|
||||
}
|
||||
Reference in New Issue
Block a user