Array fix

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-16 15:37:08 -04:00
parent 41c485f7aa
commit fa64dec989
+1 -1
View File
@@ -298,7 +298,7 @@ class WrenchApi extends BaseController
$get_param = $_GET['reqData'] ?? null;
$raw_array = ($get_param!=null) ? json_decode($get_param, true):[];
}
$in = $raw_array;
//-- move to another module start
$call_backend = true;