本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
{
"biz_key_list": [
"global_buyer_right_purchase_page_config",
"global_seller_right_purchase_page_config"
]
}
curl --location --request POST 'http://htb-api-test.bangbanghu.com.cn/htb-live-api/bizConfig/batch' \
--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 '{
"biz_key_list": [
"global_buyer_right_purchase_page_config",
"global_seller_right_purchase_page_config"
]
}'
{
"code": 0,
"msg": "string",
"data": [
{
"biz_key": "string",
"biz_value": [
"string"
],
"remark": "string"
}
],
"trace_id": "string"
}