0

我正在尝试使用 Spring RestTemplate 为 Yodlee 实现 Rest API。对于初学者,我正在尝试使用简单的 chrome 扩展来测试 API,但它似乎不起作用。

(请参阅此处的图片网址)

https://www.evernote.com/shard/s3/sh/3c42d3fb-e69f-49c4-ab80-e4b607aca13e/03aea0e891c1f2c4041​​4fcc992f2c307

4

1 回答 1

2

内容类型需要为 application/x-www-form-urlencoded 并且请求需要正确格式化。例如:

cobrandLogin=你的CobrandLogin&cobrandPassword=你的CobrandPassword

我注意到其余 api 的错误消息非常无用。

于 2014-01-22T14:54:27.150 回答