|
|
|
@ -68,8 +68,8 @@ public class LoginController { |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("/getSetting") |
|
|
|
@Operation(summary = "获取配置", description = "用户注册") |
|
|
|
public Result register() { |
|
|
|
@Operation(summary = "获取配置", description = "获取配置") |
|
|
|
public Result getSetting() { |
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
|
|
|
|
if(agentService.ifOpenFile()){ |
|
|
|
|