zxl
2025-05-08 84fa53cb66bb4b05f0622c738346ce77f8f13aea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ycl.interceptor;
 
import feign.RequestInterceptor;
import feign.RequestTemplate;
 
/**
 * 海康请求拦截器
 */
public class HKFeignInterceptor implements RequestInterceptor {
    @Override
    public void apply(RequestTemplate requestTemplate) {
 
    }
}