获取所有参数(路径参数 + 查询参数)
Map<String, String> getAllParams() { return { ...?pathParams, ...?queryParams, }; }