|
@@ -19,7 +19,9 @@ public class NoticeController {
|
|
|
ManageConfig manageConfig;
|
|
|
@Autowired
|
|
|
FYunFileServiceInterface fYunFileServiceInterface;
|
|
|
- @GetMapping("/notice")
|
|
|
+
|
|
|
+
|
|
|
+ @GetMapping("/manageVersion")
|
|
|
public Result notice(){
|
|
|
String ossPath = "/manage/version/"+manageConfig.getActive() +"/manage-version.json";
|
|
|
return Result.success(fYunFileServiceInterface.getFileContent(ossPath));
|