mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-05-07 14:33:30 +08:00
- Replaced unnecessary `bytes.Clone` calls for `opts.OriginalRequest` throughout executors. - Introduced intermediate variable `originalPayloadSource` to simplify payload processing. - Ensured better clarity and structure in request translation logic.