This commit is contained in:
laodaming
2023-06-12 17:29:32 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,9 @@ info (
author: ""
email: ""
)
type request {
}
// response 统一返回码
type response {
Code int `json:"code"`