📜  邮递员模拟服务器不发送 json 响应 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:19.290000             🧑  作者: Mango

代码示例1
// POSTMEN Solution

If you are not able to get the JSON response after setting up
the mock server and saving response as a JSON.

The issue could be your response header of your mock server.
Add below response type in postmen mock server response header.

Content-Type : application/json