유산 포인트 사용 시스템 #193

Merged
Hide_D merged 34 commits from inherit_buff into devel 2021-09-16 04:06:16 +09:00
Showing only changes of commit 63f4318d93 - Show all commits
+1 -2
View File
@@ -27,8 +27,7 @@ class APIHelper
try {
$obj = buildAPIExecutorClass($input['path'], $rootPath, $input['args'] ?? []);
$api =
$validateResult = $obj->validateArgs();
$validateResult = $obj->validateArgs();
if ($validateResult !== null) {
Json::dieWithReason($validateResult);
}