|
|
@@ -23,7 +23,10 @@ class NotifyService
|
|
|
public function notify(): void
|
|
|
{
|
|
|
$notify = $this->notifyApi->notiApi();
|
|
|
- Log::debug('lakala notify '. json_encode($notify));
|
|
|
+ Log::debug('lakala notify {headers} {body}', [
|
|
|
+ 'headers' => $notify->getHeaders(),
|
|
|
+ 'body' => $notify->getOriginalText(),
|
|
|
+ ]);
|
|
|
$inBody = $notify->getOriginalText();
|
|
|
if (!json_validate($inBody)) {
|
|
|
throw_logic_exception('lakala notify json error');
|