fix(basic.gblib): Impersonated SET MAX LINES.
This commit is contained in:
parent
2aa4eea8fc
commit
e9211d92ac
1 changed files with 4 additions and 1 deletions
|
@ -652,7 +652,10 @@ export class WhatsappDirectLine extends GBService {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: urlJoin(this.whatsappServiceUrl, 'sendFile'),
|
url: urlJoin(this.whatsappServiceUrl, 'sendFile'),
|
||||||
qs: {
|
qs: {
|
||||||
token: this.whatsappServiceKey,
|
token: this.whatsappServiceKey
|
||||||
|
},
|
||||||
|
json: true,
|
||||||
|
body: {
|
||||||
phone: to,
|
phone: to,
|
||||||
body: url,
|
body: url,
|
||||||
filename: filename,
|
filename: filename,
|
||||||
|
|
Loading…
Add table
Reference in a new issue