The following JSON-RPC methods are supported (try these using the FormService test page):
- checkUnique(formName, fieldName, fieldValue, keyValue)
- 检查数据唯一性。
- getFieldOptionData(formName, fieldName, parameters)
- 获取表单字段选项数据。
- getFormConfig(formName, parameters, filterFields)
- 获取表单配置。
- getFormConfigWithData(formName, keyValue, parameters, filterFields)
- 获取表单配置。
- getFormData(formName, keyValue)
- 获取表单数据。
- getOptionData(key, level, parentValue)
- 获取选项数据。
- GetUserServerInfo(infoName)
- 获取用户服务信息。
- saveFormData(formName, formData, parameters)
- 保存表单数据。
- system.about()
- Returns a summary about the server implementation for display purposes.
- system.listMethods()
- Returns an array of method names implemented by this service.
- system.version()
- Returns the version server implementation using the major, minor, build and revision format.
- updateFormData(formName, formData, keyValue, parameters)
- 保存表单数据。
The following method(s) of this service are marked as idempotent and therefore safe for use with HTTP GET:
- system.about
- system.listMethods
- system.version