|
@@ -141,8 +141,7 @@ public class VscodeController { |
|
|
RunPod runPod = runPodService.getRunPodByName(podName); |
|
|
RunPod runPod = runPodService.getRunPodByName(podName); |
|
|
//存活秒数 |
|
|
//存活秒数 |
|
|
respData.put("remainingTime",runPodService.getRemainingTime(runPod)); |
|
|
respData.put("remainingTime",runPodService.getRemainingTime(runPod)); |
|
|
|
|
|
|
|
|
return R.ok(respData); |
|
|
|
|
|
|
|
|
return R.ok().setData(respData); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|