Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/304.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 未反映拆分创建费用_Java_Spring Boot - Fatal编程技术网

Java 未反映拆分创建费用

Java 未反映拆分创建费用,java,spring-boot,Java,Spring Boot,我一直在尝试使用splitwise API()从我的应用程序中以splitwise创建和创建费用条目 身份验证:OAuth1.0 请求: API: create_expense request body: { payment:false, cost: 100.00, description:”test”, users__0__user_id: current user id, users__0__paid_share:100.00, users__0__owed_share:50.0

我一直在尝试使用splitwise API()从我的应用程序中以splitwise创建和创建费用条目

身份验证:OAuth1.0

请求:

API: create_expense
request body:
{
 payment:false,
 cost: 100.00,
 description:”test”,
 users__0__user_id: current user id,
 users__0__paid_share:100.00,
 users__0__owed_share:50.00,
 users__1__user_id:friend user id,
 users__1__paid_share: 0.00,
 users__1__owed_share:50.00
}
答复:


已成功调用创建查询,获得响应200。但是Splitwise中没有反映出这一费用。

Splitwise API服务端可能存在一些验证错误。在这种情况下,响应是200 OK,但响应主体包含
错误

请参阅Splitwise API文档错误