ROUTES 대소문자 수정
This commit is contained in:
@@ -35,6 +35,8 @@ class NaverWorker extends BaseCommand
|
|||||||
try {
|
try {
|
||||||
$payload = json_decode($rawData, true);
|
$payload = json_decode($rawData, true);
|
||||||
|
|
||||||
|
CLI::write("Processing: " . json_encode($payload, JSON_UNESCAPED_UNICODE));
|
||||||
|
|
||||||
$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("잘못된 요청 유형: $requestType");
|
throw new \Exception("잘못된 요청 유형: $requestType");
|
||||||
|
|||||||
Reference in New Issue
Block a user