mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-06-28 13:34:18 +08:00
docs: 修复错别字
This commit is contained in:
parent
3e95c527b7
commit
855e13f5f1
@ -164,7 +164,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
*/
|
||||
@Component
|
||||
public class FeignInterceptor implements RequestInterceptor {
|
||||
// 为 Feign 的 RCP调用 添加请求头Same-Token
|
||||
// 为 Feign 的 RPC 调用 添加请求头Same-Token
|
||||
@Override
|
||||
public void apply(RequestTemplate requestTemplate) {
|
||||
requestTemplate.header(SaSameUtil.SAME_TOKEN, SaSameUtil.getToken());
|
||||
|
Loading…
Reference in New Issue
Block a user