Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user