코드 버그 수정

This commit is contained in:
2020-05-13 02:11:25 +09:00
parent d55d3f2fe1
commit 5dd5933390
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if(!in_array($type, $availableTypes)){
]);
}
$data = JSON::decode($data);
$data = Json::decode($data);
if(!$data || !is_array($data)){
Json::die([
'result'=>false,