This commit is contained in:
wangyidong
2021-07-21 17:42:02 +08:00
37 changed files with 116 additions and 87 deletions
+3
View File
@@ -476,6 +476,9 @@ class baseEntry
return gmdate("Y-m-d\TH:i:s\Z", strtotime($value));
}
return $value;
case 'int':
case 'bool':
return $value;
default:
return $value;
}