我正在使用Google Play开发者API,因此在用户购买产品后我想在我的服务器端获取该购买的详细信息,因此我使用google play developer api获取该信息,但不幸的是,API没有t返回用户支付的金额(价格和货币)的任何信息 API只返回以下信息
{
"kind": "androidpublisher#productPurchase",
"purchaseTimeMillis": long,
"purchaseState": integer,
"consumptionState": integer,
"developerPayload": string,
"orderId": string,
"purchaseType": integer
}
如何通过google play api获取所购买产品的价格?