fix
This commit is contained in:
		@ -24,6 +24,6 @@ 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"` // 解决步骤. 语言 => 解决步骤
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user