标签: json vapor droplet
向本地服务发送JSON,但它没有收到它,为什么?
complex double
答案 0 :(得分:2)
您正在向正文发送GET请求。尝试发送POST而使用drop.post()。