|
|
@@ -358,7 +358,7 @@ public class ProfilerOffsetServiceImpl extends ServiceImpl<ProfilerOffsetMapper,
|
|
|
catLogHeaders.put("Sec-Nonce", secNonce);
|
|
|
//签名
|
|
|
catLogHeaders.put("Sec-Signature", new HmacUtils(HmacAlgorithms.HMAC_SHA_256, f.getChannelName().contains("左洞") ? secretLeft : secretRight).hmacHex(sign));
|
|
|
-
|
|
|
+ log.info("推送参数:{}",catLogHeaders);
|
|
|
try {
|
|
|
String catLogBody = post.addHeaders(catLogHeaders).body(catLog).contentType("application/json").execute().body();
|
|
|
//响应结果
|