简体中文
cURL
curl --request GET \ --url https://api.ppinfra.com/openapi/v1/billing/bill/list \ --header 'Authorization: <authorization>'
{ "bills": [ { "userId": "<string>", "startTime": "<string>", "endTime": "<string>", "billingMethod": "<string>", "productName": "<string>", "category": "<string>", "ownerID": "<string>", "billNum0": "<string>", "basePrice0": "<string>", "amount": "<string>", "voucherAmount": "<string>", "payAmount": "<string>", "pricePrecision": "<string>", "productId": "<string>" } ] }
Hide properties