코드 버그 수정

This commit is contained in:
2020-05-13 02:11:25 +09:00
parent 1e963ee1d8
commit 1710dc9c72
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,