* Fix api format data bug.

This commit is contained in:
songchenxuan
2022-04-08 16:03:03 +08:00
parent a56b1a77c9
commit 0654bcc2ad
+1 -1
View File
@@ -524,7 +524,7 @@ class baseEntry
/* Format value. */
if(!$isArray)
{
$object->$key = $this->cast($object->$key, $type);
$object->$key = $this->cast(trim($object->$key, ','), $type);
continue;
}