本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
{
"sce_goods_id": 12345
}
curl --location --request POST 'http://htb-api-test.bangbanghu.com.cn/htb-live-api/sceGoods/bargain/getSellerRecentBargainPrices' \
--header 'Authorization;' \
--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 '{
"sce_goods_id": 12345
}'
{
"code": 200,
"msg": "操作成功",
"data": {
"sce_goods_id": 55134,
"seller_bargain_price": 888.00,
"seller_bargain_at": "2025-09-17 14:58:40"
},
"trace_id": "2025-09-17T15:00:56.398461687.d29bd3e8105544c4a619e79b591ddbce"
}