Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Chen 1ef952a490 add error template 2021-11-12 07:59:21 +08:00
1 changed files with 1 additions and 1 deletions

View File

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