本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
{
"renew_seat_id": 0
}
curl --location --request POST 'http://htb-api-test.bangbanghu.com.cn/htb-live-api/buyer/rights/getRightsDetail' \
--header 'Authorization: {{user-3718}}' \
--header 'token: {{后台用户}}' \
--header 'app_version: 7.1.005-debug-282' \
--header 'app_info: Android15(35)-WIFI' \
--header 'app_code: bbh-app' \
--header 'user-agent: Mozilla/5.0 (Linux; Android 15; 23127PN0CC Build/AQ3A.240627.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 uni-app Html5Plus/1.0 (Immersed/38.666668)' \
--header 'Content-Type: application/json' \
--data-raw '{
"renew_seat_id": 0
}'
{
"code": 0,
"msg": "string",
"data": {
"status": 0,
"right_detail": {
"id": 0,
"org_id": 0,
"seat_id": 0,
"right_id": 0,
"user_id": 0,
"use_start_at": "string",
"use_end_at": "string",
"buy_after_end_at": "string",
"type": 0
}
},
"trace_id": "string"
}