Authorization: Bearer ********************
{
"action": "billing",
"limit": 10,
"page": 1
}
curl --location --request POST 'https://google-voice.net/api/user/billing' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "billing",
"limit": 10,
"page": 1
}'
{
"status": true,
"code": 200,
"msg": "success",
"data": [
{
"Id": "7abc5ffe-0e98-493e-a48b-c31e568734de",
"item": "续费 XXXX 套餐",
"planId": "PrivateA",
"quantity": 1,
"price": 119990,
"payAmount": 119990,
"status": true,
"pending": false,
"createTime": 1739865221,
"completeTime": 1739865221
}
],
"total": 1,
"limit": 10,
"current": 1
}