mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
同步获取响应数据
This commit is contained in:
@@ -123,6 +123,16 @@ public class PileRemoteController extends BaseController {
|
||||
return AjaxResult.success();
|
||||
}
|
||||
|
||||
/**
|
||||
* 对时
|
||||
* http://localhost:8080/pile/remote/proofreadTimeTest
|
||||
*/
|
||||
@PostMapping("/proofreadTimeTest")
|
||||
public AjaxResult proofreadTimeTest(@RequestBody QueryPileDTO queryPileDTO) {
|
||||
pileRemoteService.proofreadTimeTest(queryPileDTO.getPileSn());
|
||||
return AjaxResult.success();
|
||||
}
|
||||
|
||||
/**
|
||||
* 远程升级
|
||||
* http://localhost:8080/pile/remote/updateFirmware
|
||||
|
||||
Reference in New Issue
Block a user