APIJSON
POST查询
http://localhost:9501/get
Bodyraw (json)
Example Request
单表查询
200 OK
Example Response
Connection
Content-Length
Content-Encoding
Content-Type
Date
Server
POST新增数据
localhost:9501/post
Bodyraw (json)
Example Request
新增数据
200 OK
Example Response
Content-Type
Server
Connection
Date
Content-Length
Content-Encoding
POST修改数据
localhost:9501/put
Bodyraw (json)
Example Request
修改数据 - 多个ID
200 OK
Example Response
Content-Type
Server
Connection
Date
Content-Length
Content-Encoding
POST删除数据
http://localhost:9501/delete
Bodyraw (json)
Example Request
删除数据 -单个
200 OK
Example Response
Content-Type
Server
Connection
Date
Content-Length
Content-Encoding