{
"openid": "QDSKI1hSNtiUOyh7qLMcVxUIq71-xxxxxxxx",
"device_id": "xxxxxx"
}
curl --location --request POST 'https://api.kg.qq.com/karaoke/payment/v2/get_vip_info' \
--header 'X-Open-Access-Token;' \
--header 'X-Open-ID;' \
--header 'X-Open-App-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"openid": "QDSKI1hSNtiUOyh7qLMcVxUIq71-xxxxxxxx",
"device_id": "xxxxxx"
}'
{
"code": 0,
"sub_code": 0,
"msg": "请求成功",
"data": {
"status": 1,
"start_time": 1671712235,
"expire_time": 1734349035,
"user_vip_type": 1,
"device_vip_status": 0,
"device_vip_start_time": 0,
"device_vip_expire_time": 0,
"hw_vip_status": 0,
"hw_vip_start_time": 0,
"hw_vip_expire_time": 0
}
}