物联网通信 - RESTDemo示例程序(Python版本)

时间:2023-03-08 16:10:11

QQ:505645074

下载地址:

https://pan.baidu.com/s/1VHtni6rVslXkSBTW26jXTg

GET接口

http://127.0.0.1:5000/test/

POST接口

http://127.0.0.1:5000/query/

{"sql":"select * from tb_BoxError"}

http://127.0.0.1:5000/execute/

{"sql":"delete from tb_BoxError where fi_State=1 and fi_Time2 <='2018-10-10 23:59:59' and fi_DeviceID='8888'"}

---------------------
作者:Arno1988
来源:****
原文:https://blog.****.net/arno1988/article/details/85984753
版权声明:本文为博主原创文章,转载请附上博文链接!