HTTP APIMySQL数据库数据操作查询数据(指定数据库)查询数据(指定数据库)GET /v1/rdb/rest/:schema/:table查询指定数据库中表的数据RequestPath Parametersschema stringrequired数据库名table stringrequired表名Query Parametersselect string选择字段Responses200查询成功application/jsonSchemaExample (from schema)SchemaArray [object][ {}]Loading...