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.
我正在尝试使用 Spring RestTemplate 为 Yodlee 实现 Rest API。对于初学者,我正在尝试使用简单的 chrome 扩展来测试 API,但它似乎不起作用。
(请参阅此处的图片网址)
https://www.evernote.com/shard/s3/sh/3c42d3fb-e69f-49c4-ab80-e4b607aca13e/03aea0e891c1f2c40414fcc992f2c307
内容类型需要为 application/x-www-form-urlencoded 并且请求需要正确格式化。例如:
cobrandLogin=你的CobrandLogin&cobrandPassword=你的CobrandPassword
我注意到其余 api 的错误消息非常无用。