naverWorker 오류 수정
This commit is contained in:
@@ -39,7 +39,7 @@ class NaverWorker extends BaseCommand
|
|||||||
|
|
||||||
$requestType = $payload['requestType'] ?? '';
|
$requestType = $payload['requestType'] ?? '';
|
||||||
if (!in_array($requestType, ['REG', 'MOD', 'CNC', 'FIN'])) {
|
if (!in_array($requestType, ['REG', 'MOD', 'CNC', 'FIN'])) {
|
||||||
throw new \Exception("잘못된 요청 유형: " . json_encode($payload, JSON_UNESCAPED_UNICODE));
|
throw new \Exception( date("Y-m-d H:i:s") . "::잘못된 요청 유형: " . json_encode($payload, JSON_UNESCAPED_UNICODE));
|
||||||
}
|
}
|
||||||
// 2. 실제 작업 수행
|
// 2. 실제 작업 수행
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user