English
Data Type Introduction
About 269 wordsLess than 1 minute
2026-01-09
Data Type Introduction
Supported data types in custom functions include:
Summary
Integer - Integer type, values must be whole numbers
String - String type, enclosed in
""when usedBigDecimal - Numeric type
Boolean - Boolean type, values can only be
trueorfalseDate - Date type, formatted as
YYYY-MM-DD, enclosed in""when usedTime - Time type, formatted as
hh:mm, enclosed in""when usedDateTime - Date type (specific), formatted as
YYYY-MM-DD hh:mm, enclosed in""when usedList - Collection type, enclosed in
[]when used, with elements separated by,Map - Collection type, enclosed in
[]when used, with elements separated by,and stored askey:valuepairsDuration - No creation interface, returned when Integer type data calls date type data
QueryResult - No creation interface, returned in object query APIs
HttpResult - No creation interface, returned in HTTP API interfaces
Range - Used for loop logic
Changelog
| Version | Date | Changes | Author |
|---|---|---|---|
| v1.0 | 2026-05-20 | Initial version |
Applicable Scenarios
Specific applicable scenarios are determined by actual business needs. Developers can select the appropriate API for integration as required.
Prerequisites
- Access to Fxiaoke Open Platform
- Application authorization and configuration completed
- Basic knowledge of relevant business domain
Steps
Please refer to the detailed instructions for each API.
Notes
- Ensure prerequisites are met before calling APIs
- Pay attention to API call frequency limits
- Refer to error code documentation for exception handling
Code Examples
// Please refer to specific API documentation for implementation codeCompatibility: This version currently has no deprecated or compatibility notes.
