|
@@ -4,7 +4,6 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
import com.dtflys.forest.http.ForestRequest;
|
|
|
import com.dtflys.forest.interceptor.Interceptor;
|
|
|
import com.dtflys.forest.reflection.ForestMethod;
|
|
|
-import com.fdkankan.agent.config.AgentConfig;
|
|
|
import com.fdkankan.sign.RsaUtils;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -17,9 +16,9 @@ import java.time.Instant;
|
|
|
@Slf4j
|
|
|
public class SignInterceptor implements Interceptor<JSONObject> {
|
|
|
|
|
|
- @Value("${takelook.publicKey}")
|
|
|
+ @Value("${takelook.sign.publicKey}")
|
|
|
public String publicKey;
|
|
|
- @Value("${takelook.appid}")
|
|
|
+ @Value("${takelook.sign.appid}")
|
|
|
public String appid;
|
|
|
|
|
|
@Override
|