ROUTES 대소문자 수정
This commit is contained in:
@@ -34,6 +34,8 @@ class NaverWorker extends BaseCommand
|
||||
$rawData = $result[1];
|
||||
try {
|
||||
$payload = json_decode($rawData, true);
|
||||
|
||||
CLI::write("Processing: " . json_encode($payload, JSON_UNESCAPED_UNICODE));
|
||||
|
||||
$requestType = $payload['requestType'] ?? '';
|
||||
if (!in_array($requestType, ['REG', 'MOD', 'CNC', 'FIN'])) {
|
||||
|
||||
Reference in New Issue
Block a user