Skip to content

Commit 62b8d82

Browse files
committed
Error Code
1 parent 25a5758 commit 62b8d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

error/errcode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ import (
3131

3232
type ErrorCode struct {
3333
Code int64 `json:"code"`
34-
Details string `json:"details"`
3534
Lv string `json:"lv"`
3635
Msg struct {
3736
Cn string `json:"cn"`
3837
En string `json:"en"`
3938
} `json:"msg"`
39+
Details string `json:"details"`
4040
}
4141

4242

0 commit comments

Comments
 (0)