Skip to content

Commit

Permalink
change CodeDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
mooncake9527 committed Dec 17, 2024
1 parent c747f69 commit 9bffb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xerrors/xcode/xcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Code interface {
// ================================================================================================================

var (
CodeDefault = -1
CodeDefault = 0
CodeOK = 200
CodeValidationFailed = 501
CodeInvalidParameter = 503
Expand Down

0 comments on commit 9bffb50

Please sign in to comment.