This commit is contained in:
parent
ae494c27dc
commit
6f587de22a
|
@ -84,6 +84,6 @@ class ThirdApiService {
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
return $this->curlRequest($url, $method, [], $bodys);
|
return $this->curlRequest($url, $method, [], json_encode($bodys));
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue