# DHL 燃油附加费 ## 接口信息 - Method: `GET` - URL: `https://tms-go.czl.net/api/fuel/dhl` - Auth: 无需鉴权 ## 请求示例 ```bash curl --request GET \ --url https://tms-go.czl.net/api/fuel/dhl ``` ## 成功响应 ```json { "surcharges": [ { "start_date": "2026-03-17", "end_date": "2026-03-23", "surcharge": "27.75%" } ] } ``` ## 说明 - 返回结构与 UPS / FedEx 燃油接口一致 - `end_date` 为空时,表示当前区间尚未结束 - 适合做报价系统中的燃油展示或缓存同步