mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 07:18:31 +08:00
打印日志
This commit is contained in:
@@ -105,7 +105,7 @@ public class PileRemoteController extends BaseController {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 远程下发二维码
|
* 远程下发二维码
|
||||||
* http://localhost:8080/pile/remote/issueQRCode
|
* https://api.jsowellcloud.com/pile/remote/issueQRCode
|
||||||
*/
|
*/
|
||||||
@PostMapping("/issueQRCode")
|
@PostMapping("/issueQRCode")
|
||||||
public AjaxResult issueQRCode(@RequestBody QueryPileDTO queryPileDTO) {
|
public AjaxResult issueQRCode(@RequestBody QueryPileDTO queryPileDTO) {
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
|||||||
|
|
||||||
// push消息
|
// push消息
|
||||||
boolean result = this.push(msg, pileSn, YKCFrameTypeCode.REMOTE_ISSUE_QRCODE_CODE);
|
boolean result = this.push(msg, pileSn, YKCFrameTypeCode.REMOTE_ISSUE_QRCODE_CODE);
|
||||||
log.info("=====平台下发指令===== :下发二维码,地址为:{}", qrCodePrefix);
|
log.info("=====平台下发指令===== pileSn:{}, 下发二维码,地址为:{}", pileSn, qrCodePrefix);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user