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.
调用后,https://sdkint11.yodlee.com/yodsoap/srest/*PRIVATE_URL_PART*/v1.0/authenticate/coblogin我得到 http 代码 200 和下一个 JSON:
https://sdkint11.yodlee.com/yodsoap/srest/*PRIVATE_URL_PART*/v1.0/authenticate/coblogin
{“错误”:[{“errorDetail”:“选择时出错。表名:COB_APP_USER。错误消息:java.sql.SQLSyntaxErrorException:ORA-00936:缺少表达式\n”}]}
如何继续它或如何修复它?
我意外地将登录凭据发送到 coblogin 端点时发生了此错误。您的消息在登录期间显示异常,并且您的端点是 coblogin,因此可能是同样的问题。
发布参数的请求内容类型应为“x-www-form-urlencoded”,否则您将收到此错误。