本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/account' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}'{
"code": 200,
"message": "查询成功",
"data": {
"user_id": 123,
"coin_balance": 100.5,
"coin_name": "积分",
"tiktok_balance": 50,
"tiktok_name": "解析点",
"vip": {
"type": "vip",
"name": "VIP会员",
"end_date": "2026-09-30"
}
}
}