配置下发
This commit is contained in:
parent
9d3e87f4a3
commit
0d42c6770b
@ -85,8 +85,8 @@ public class SysNodeController {
|
||||
|
||||
/** 配置下发 */
|
||||
@PostMapping("/configUpdate")
|
||||
public R<?> configUpdate() {
|
||||
dataService.sendTerminalConfig(Long.valueOf(1));
|
||||
public R<?> configUpdate(@RequestBody SysNodeDto sysNodeDto) {
|
||||
dataService.sendTerminalConfig(sysNodeDto.getId());
|
||||
return R.success();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user