fix(AntiGateV2): typo in errorId
json tag
All checks were successful
release-tag / release (push) Successful in 1m52s
All checks were successful
release-tag / release (push) Successful in 1m52s
This commit is contained in:
parent
dd10f15834
commit
bd24760d7d
@ -31,7 +31,7 @@ func (a *antigateV2Api) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type antigateError struct {
|
type antigateError struct {
|
||||||
ErrorId uint32 `json:"erorrId"`
|
ErrorId uint32 `json:"errorId"`
|
||||||
ErrorCode string `json:"errorCode"`
|
ErrorCode string `json:"errorCode"`
|
||||||
ErrorDescription string `json:"errorDescription"`
|
ErrorDescription string `json:"errorDescription"`
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ func (a *capSolverApi) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type capsolverError struct {
|
type capsolverError struct {
|
||||||
ErrorId uint32 `json:"erorrId"`
|
ErrorId uint32 `json:"errorId"`
|
||||||
ErrorCode string `json:"errorCode"`
|
ErrorCode string `json:"errorCode"`
|
||||||
ErrorDescription string `json:"errorDescription"`
|
ErrorDescription string `json:"errorDescription"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user