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