打印日志

This commit is contained in:
2024-01-24 11:24:19 +08:00
parent 33fbc33c88
commit c944251705
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ public class PileRemoteController extends BaseController {
/**
* 远程下发二维码
* http://localhost:8080/pile/remote/issueQRCode
* https://api.jsowellcloud.com/pile/remote/issueQRCode
*/
@PostMapping("/issueQRCode")
public AjaxResult issueQRCode(@RequestBody QueryPileDTO queryPileDTO) {

View File

@@ -247,7 +247,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
// push消息
boolean result = this.push(msg, pileSn, YKCFrameTypeCode.REMOTE_ISSUE_QRCODE_CODE);
log.info("=====平台下发指令===== :下发二维码,地址为:{}", qrCodePrefix);
log.info("=====平台下发指令===== pileSn:{}, 下发二维码,地址为:{}", pileSn, qrCodePrefix);
}
/**