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

| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| content-type | String | application/x-www-form-urlencoded | 否 |
| 参数名称 | 类型 | 示例值 | 必须 | 描述 |
|---|---|---|---|---|
| table | String | user | 是 | 表名 |
| fields_param | String | {"age":"int","name":"varchar(255)","address":"varchar(255)"} | 是 | 一个map对象,key值是字段名,value是字段类型。其中字段类型与数据库字段定义相同。 |
| ds_id | String | - | 是 | 数据源 |
showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见。