Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 POSTMAN 扩展程序登录我的 BaasBox 应用程序。但我无法这样做。我不确定我哪里出错了。这是图片链接http://i.stack.imgur.com/CibCb.png
提前致谢
您应该按照错误消息中的说明将内容类型设置为x-www-form-urlencoded
您可以通过单击文本区域上方的 Postman 请求部分中的中间按钮来设置它,在该文本区域中您正在使用用户名/密码/应用程序代码设置 json 正文。