|
|
@@ -66,12 +66,6 @@ public class VfjController extends MyValidController { |
|
|
|
return ApiResponse.of(res).setMessage("操作成功"); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "获取随机码") |
|
|
|
@PostMapping(value = "/randomCode") |
|
|
|
public ApiResponse<String> randomCode() throws ManagerException { |
|
|
|
return ApiResponse.of(COSConstant.HOME_DIRECTORY).setMessage("操作成功"); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "在线激活") |
|
|
|
@PostMapping(value = "/obuActive") |
|
|
|
public ApiResponse<VfjObuActiveResponseDTO> obuActive(@Valid @RequestBody VfjObuActiveRequestDTO dto) throws ManagerException { |