> 教程中全局数据调用的案例中,明确提到全局数据的设置/获取函数分别应为oxy_request.set_global和get_global。实际使用过程中会提示oxy_request中并无相关属性/函数名。查询源码后发现,实际设置/获取全局数据函数已修正为set_global_data和get_global_data <img width="1118" height="1226" alt="Image" src="https://github.com/user-attachments/assets/822c536e-5b00-4631-bcfb-a8abeb79fbad" />