parent
605b0f27e4
commit
7131eb1827
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ export class CaptchaService {
|
|||
|
||||
const res = await this.httpRequestService.send(url, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(params),
|
||||
body: params.toString(),
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'Content-Type': 'application/x-www-form-urlencoded',
|
||||
},
|
||||
}, { throwErrorWhenResponseNotOk: false });
|
||||
|
||||
|
|
Loading…
Reference in a new issue