
需两次购买:①订购原厂商接口 ②订购易源会员包代理转发;可将您的SQLServer数据库接口转化为http接口,提高开发便利性。提供记录的增删查改、count、discint、建表等功能。 测试时使用的是公用测试库,数据不定期清理,请勿用于生产环境。

| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| content-type | String | application/x-www-form-urlencoded | 否 |
| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| table | String | test1 | 是 | 表名 |
| fields | String | age,name | 否 | 需要返回的字段名 |
| where | String | name=? and age=? | 否 | 可写复杂sql语句,重点要求:传入变量必须用?号代替 |
| where_param | String | ["张三",30] | 否 | 对应where条件中的问号变量,区分字符串和数字。本值在替换where中的?号,会经过反sql注射。 |
| order_by | String | id desc | 否 | 排序参数 |
| ds_id | String | - | 是 | 数据源 |