mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 10:29:56 +08:00
根据压测结果调参
This commit is contained in:
@@ -87,7 +87,7 @@ public class DefaultDownlinkCallService implements DownlinkCallService {
|
||||
try {
|
||||
ResponseEntity<?> response = downlinkRestTemplate.postForEntity("http://" + nodeWebapiIpPort + "/api/onDownlink",
|
||||
entity, ResponseEntity.class);
|
||||
log.info("下行消息发送成功 {}", response);
|
||||
log.debug("下行消息发送成功 {}", response);
|
||||
} catch (RestClientException e) {
|
||||
log.error("下行消息发送失败 {}", downlinkRestMessage, e);
|
||||
throw new RuntimeException(e);
|
||||
|
||||
Reference in New Issue
Block a user