如何在nodejs中调试request.post

时间:2017-04-12 09:33:38

标签: node.js debugging post request

可能有些人想让我调试下面的代码片段。

Error : ValueError: Invalid type for timedelta scalar: class 'geopy.distance.great_circle'

我想检查一下它是否正常工作。以及如何使用postman api进行测试

非常感谢您的帮助

1 个答案:

答案 0 :(得分:1)

在URL部分的postman中添加52.7.0.131/SendInfo/XC1K1AZ9此url,方法为POST,然后导航到body标签,然后选择raw单选按钮。然后在同一行中,您将看到[Text]组合框,单击它并选择JSON(application / json)。然后只粘贴{ reportType: 'customer', comment: customerDetails.cust_id, imageUrl: customerDetails.url1 }下面json的这一部分,然后点击发送按钮。