feign.FeignException$Unauthorized: status 401 reading

The token and other information cannot be obtained in the remote call between microservices. If the interface is called remotely, the interface needs to be verified.
configuration file:

Report connect time out to check whether the configuration file of gateway has added ports

spring:
   cloud:
      gateway:
    	routes:
    		-xxxx

Read More: