fix
This commit is contained in:
parent
482ef9296e
commit
84811e426c
@ -25,5 +25,5 @@ type Code struct {
|
|||||||
// Date : 00:31 2023/11/5
|
// Date : 00:31 2023/11/5
|
||||||
type CodeReason struct {
|
type CodeReason struct {
|
||||||
Reason map[string]string `json:"reason"` // 错误原因: 语言 => 原因
|
Reason map[string]string `json:"reason"` // 错误原因: 语言 => 原因
|
||||||
Solution map[string]string `json:"solution"` // 解决步骤. 语言 => 解决步骤
|
Solution map[string][]string `json:"solution"` // 解决步骤. 语言 => 解决步骤
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user