curl --location --request GET 'https://admin-api.wannanbigpig.com/admin/v1/system/config/detail?id' \
--header 'Accept-Language;' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"cost": "3.2ms",
"data": {
"config_key": "示例文本",
"config_name": "示例文本",
"config_name_i18n": {
"key": "示例文本"
},
"config_value": "示例文本",
"created_at": "2026-04-23 15:00:00",
"group_code": "示例文本",
"id": 1,
"is_sensitive": 1,
"is_system": 1,
"remark": "示例文本",
"sort": 100,
"status": 1,
"updated_at": "2026-04-23 15:00:00",
"value_type": "示例文本"
},
"msg": "success",
"request_id": "req_20260423_0001"
}