需求是需要根据appName参数动态切换token。 目前是想通过在TokenProvider中获取参数值后去请求token,但是ApiRequestContext和ApiParametersContext都无法通过依赖注入获取到。 需要如何实现此功能