|
|
@@ -24,7 +24,7 @@ class NotifyService
|
|
|
{
|
|
|
$notify = $this->notifyApi->notiApi();
|
|
|
Log::debug('lakala notify {headers} {body}', [
|
|
|
- 'headers' => $notify->getHeaders(),
|
|
|
+ 'headers' => json_encode($notify->getHeaders()),
|
|
|
'body' => $notify->getOriginalText(),
|
|
|
]);
|
|
|
$inBody = $notify->getOriginalText();
|