通用配置服务

The following JSON-RPC methods are supported (try these using the DataAccessServices test page):

GetDataCount(dConfig)
获取列表数据行数
GetDataSource(dConfig)
获取列表数据
GetGridData(glistName, parameters, pageSize, pageNum)
获取列表数据
GetGridDataTotal(glistName, parameters)
获取列表数据总数
GetGridList(glistName)
获取列表配置
GetPagingDataSource(dConfig, listName)
获取列表分页数据
GetQueryInfo(queryName)
将数据库的数据填充模型对象
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.

The following method(s) of this service are marked as idempotent and therefore safe for use with HTTP GET: