This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei10061
/
cloudide
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
tj
master
educoder
3 years ago
parent
b7e77d49ed
commit
af69071ebd
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
web/src/main/java/com/imitate/web/module/game/controller/VscodeController.java
+ 1
- 2
web/src/main/java/com/imitate/web/module/game/controller/VscodeController.java
View File
@@ -141,8 +141,7 @@ public class VscodeController {
RunPod runPod = runPodService.getRunPodByName(podName);
//存活秒数
respData.put("remainingTime",runPodService.getRemainingTime(runPod));
return R.ok(respData);
return R.ok().setData(respData);
}
}
Write
Preview
Loading…
Cancel
Save