🔖 [dashboard 0.9.17] 404 页面

This commit is contained in:
naiba
2021-08-10 20:13:17 +08:00
parent 985ecc7c65
commit c848b9a08b
7 changed files with 20 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ type Common struct {
}
type Response struct {
Code uint64 `json:"code,omitempty"`
Code int `json:"code,omitempty"`
Message string `json:"message,omitempty"`
Result interface{} `json:"result,omitempty"`
}