This commit is contained in:
2020-10-29 11:16:24 +08:00
parent 9308ea23f1
commit 4cebec3eed
-3
View File
@@ -82,9 +82,6 @@ class JSON
if ((int)$params['count'] == -100) {
$params['count'] = 1;
}
ksort($params, SORT_ASC);
return static::encode($params);
}