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

| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| content-type | String | application/x-www-form-urlencoded | 否 |
| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| table | String | test1 | 是 | 表名 |
| where | String | name=? and age=? | 否 | 可写复杂sql语句,重点要求:传入变量必须用?号代替 |
| where_param | String | ["张三",30] | 否 | 一个json的lists类型字符串。对应where条件中的问号变量,区分字符串和数字。本值在替换where中的?号时,会经过反sql注射过滤。 |
| set_data | String | name=? | 否 | 需要更新的字段 |
| set_param | String | ["张三"] | 否 | 字段被更新为什么值。其个数需要和update_data中的?号数量相同。 |
| ds_id | String | - | 是 | 数据源 |