gpt4 book ai didi

java - 拆分创建费用未反射(reflect)

转载 作者:行者123 更新时间:2023-12-01 19:04:15 25 4
gpt4 key购买 nike

我一直在尝试使用 splitwise API ( https://secure.splitwise.com/api/v3.0/create_expense ) 从我的应用程序中创建 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。但是费用没有反射(reflect)在 Splitwise 中。

最佳答案

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

请参阅 Splitwise API 文档错误。 https://dev.splitwise.com/#errors

关于java - 拆分创建费用未反射(reflect),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59586656/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com