Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Chen 0f740a700a add error template 2021-11-12 08:01:02 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
type Error struct {
Code int `json:"code"`
Status string `json:"status"`
ID string `json:"id"`
Message string `json:"msg"`
Tmpl string `json:"-"`
}