{
"amount": 19000,
"duration": 32140800,
"goods_name": "全民K歌+首开年卡+372",
"order_id": "1234xxxxx",
"order_status": 0,
"sign": "xxxxx",
"trantime": 1730390400,
"user_id": "xxxxopenidxxxxx"
}
curl --location --request POST 'https://api.kg.qq.com/karaoke/payment/v2/sync_thirdparty_order' \
--header 'X-Open-Access-Token;' \
--header 'X-Open-ID;' \
--header 'X-Open-App-ID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 19000,
"duration": 32140800,
"goods_name": "全民K歌+首开年卡+372",
"order_id": "1234xxxxx",
"order_status": 0,
"sign": "xxxxx",
"trantime": 1730390400,
"user_id": "xxxxopenidxxxxx"
}'
{
"message": "string"
}