提交 89acf235 创建 作者: shx's avatar shx

modify statistics.py

上级 9ef2d24b
......@@ -47,6 +47,6 @@ data = {
}
# 访问api
r = requests.put(api_url, data)
r = requests.post(api_url, data)
# 输出接口返回信息
print(r.json())
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论