|
@@ -16,9 +16,9 @@ import java.time.Instant;
|
|
|
@Slf4j
|
|
|
public class SignInterceptor implements Interceptor<JSONObject> {
|
|
|
|
|
|
- @Value("${fusion.publicKey}")
|
|
|
+ @Value("${fusion.sign.publicKey}")
|
|
|
public String publicKey;
|
|
|
- @Value("${fusion.appid}")
|
|
|
+ @Value("${fusion.sign.appid}")
|
|
|
public String appId;
|
|
|
@Override
|
|
|
public void onInvokeMethod(ForestRequest request, ForestMethod method, Object[] args) {
|