From d195793f95e631f58d9bece6a77d4124d7d28141 Mon Sep 17 00:00:00 2001 From: wangwei10061 <153692771@qq.com> Date: Tue, 14 Oct 2025 21:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'=E5=AE=9E=E8=AE=AD?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 实训相关接口 | 190 --------------------------------------------- 1 file changed, 190 deletions(-) delete mode 100644 实训相关接口 diff --git a/实训相关接口 b/实训相关接口 deleted file mode 100644 index f215d27..0000000 --- a/实训相关接口 +++ /dev/null @@ -1,190 +0,0 @@ -1、命令行评测实训 -链接: https://test.educoder.net/tasks/augzqmrx5nw9 -启动命令行接口:https://test-data.educoder.net/api/myshixuns/4yzwfose6q/start.json?game_id=2215157 -返回参数 -{ - "status": 0, - "message": "success", - "data": { - "host": "172.16.95.1", - "port": "41279", - "link_url": "wss://pre-webssh.educoder.net/ws", # 这个是之前的ws_url - "username": "root", - "password": "XhKb4HwQ2FrnqjiS", - "myshixun_id": 584178, - "webssh_url": "http://172.16.94.254:8890/bridge", - "remainingTime": 1800000, - "mapping_service_url": "https://41280testsvc1.vnc.educoder.net" - } -} -激活接口:https://test-data.educoder.net/api/myshixuns/4yzwfose6q/active_pod.json?game_id=2215157 -返回参数: -{ - "status": 0, - "message": "success", - "data": { - "remaining_time": 1800000 - } -} -重置命令行接口:https://test-data.educoder.net/api/myshixuns/4yzwfose6q/reset_pod.json?game_id=2215157 -返回接口: -{ - "status": 0, - "message": "success", - "data": { - "host": "172.16.95.1", - "port": "41279", - "link_url": "wss://pre-webssh.educoder.net/ws", - "username": "root", - "password": "XhKb4HwQ2FrnqjiS", - "myshixun_id": 584178, - "webssh_url": "http://172.16.94.254:8890/bridge", - "remainingTime": 1800000, - "mapping_service_url": "https://41280testsvc1.vnc.educoder.net" - } -} - - -2、命令行练习模式 -链接:https://test.educoder.net/tasks/xjf8k5cvglpe -命令行练习模式链接接口:https://test-data.educoder.net/api/myshixuns/ulzyaw86j7/start.json?game_id=2215160 -返回参数: -{ - "status": 0, - "message": "success", - "data": { - "host": "172.16.95.1", - "port": "41281", - "link_url": "wss://pre-webssh.educoder.net/ws", - "username": "root", - "password": "UoeOXal40rkNrOSM", - "myshixun_id": 584179, - "webssh_url": "http://172.16.94.254:8890/bridge", - "remainingTime": 1800000, - "mapping_service_url": null - } -} -重置命令行接口: https://test-data.educoder.net/api/myshixuns/ulzyaw86j7/reset_pod.json?game_id=2215160 -返回参数: -{ - "status": 0, - "message": "success", - "data": { - "host": "172.16.95.1", - "port": "41284", - "link_url": "wss://pre-webssh.educoder.net/ws", - "username": "root", - "password": "4tsMtsXr5hxnrAMg", - "myshixun_id": 584179, - "webssh_url": "http://172.16.94.254:8890/bridge", - "remainingTime": 1800000, - "mapping_service_url": null - } -} -激活命令行接口:https://test-data.educoder.net/api/myshixuns/ulzyaw86j7/active_pod.json?game_id=2215157 - - -3、 图形化模式 -链接: https://test.educoder.net/tasks/qjo69pf4yen2 -图形化链接的接口:https://test-data.educoder.net/api/myshixuns/68we3nqvlo/start.json -返回参数: -{ - "status": 0, - "message": "success", - "data": { - "link_url": "https://41285testsvc1.vnc.educoder.net/vnc_lite.html?password=krFgfmEUo1eoJXSp", - "remaining_time": 1800000, - "mapping_service_url": null - } -} -图形化激活:https://test-data.educoder.net/api/myshixuns/68we3nqvlo/active_pod.json -返回参数: -{ - "status": 0, - "message": "success", - "data": { - "remaining_time": 1800000 - } -} -图形化重置:https://test-data.educoder.net/api/myshixuns/68we3nqvlo/reset_pod.json -返回参数 -{ - "status": 0, - "message": "success", - "data": { - "link_url": "https://41286testsvc1.vnc.educoder.net/vnc_lite.html?password=ubUfnZXfTaP2v8FS", - "remaining_time": 1800000, - "mapping_service_url": null - } -} - -4、 jupyter类型 -链接:https://test.educoder.net/tasks/kgilr324mf/jupyter -获取链接地址:https://test-data.educoder.net/api/myshixuns/kgilr324mf/start.json -返回参数: -{ - "status": 0, - "message": "success", - "data": [{ - "name": "", - "link_url": "https://41293testsvc1.vnc.educoder.net/notebooks/data/workspace/myshixun_584124/kgilr324mf20221213161642/01.ipynb?token=YkKtEKzePMHKe8tJ", - "remaining_time": 3600000 - }] -} -激活时间:https://test-data.educoder.net/api/myshixuns/kgilr324mf/active_pod.json -重置环境:https://test-data.educoder.net/api/myshixuns/kgilr324mf/reset_pod.json - - -5. Vscode模式 -链接:https://test.educoder.net/tasks/xzty6mscw4ak -获取链接接口:https://test-data.educoder.net/api/myshixuns/3cr9h8szfe/start.json -激活时间接口:https://test-data.educoder.net/api/myshixuns/3cr9h8szfe/active_pod.json -重置环境接口:https://test-data.educoder.net/api/myshixuns/3cr9h8szfe/reset_pod.json - -6. jupytelab模式 -链接:https://test.educoder.net/tasks/w3ku7g6hlt/jupyter -获取链接接口:https://test-data.educoder.net/api/myshixuns/w3ku7g6hlt/start.json -激活时间:https://test-data.educoder.net/api/myshixuns/w3ku7g6hlt/active_pod.json -重置接口:https://test-data.educoder.net/api/myshixuns/w3ku7g6hlt/reset_pod.json - -7. 容器启动web类型 -链接:https://test.educoder.net/tasks/iumv78glocw3 -获取链接地址:https://test-data.educoder.net/api/myshixuns/gp24f3a5mr/start.json?game_id=2215349 -激活时间:https://test-data.educoder.net/api/myshixuns/gp24f3a5mr/active_pod.json?game_id=2215349 -重置接口:https://test-data.educoder.net/api/myshixuns/gp24f3a5mr/reset_pod.json?game_id=2215349 - -8. 阿里云命令行 -链接:https://test.educoder.net/tasks/6vts7iqz5bok -获取链接地址:https://test-data.educoder.net/api/myshixuns/metj9p8uvg/start.json?position=1(position表示第几个命令行) -激活时间:https://test-data.educoder.net/api/myshixuns/metj9p8uvg/active_pod.json?position=1 -重置环境:https://test-data.educoder.net/api/myshixuns/metj9p8uvg/reset_pod.json?position=1 - -9.算能云(目前测试版还不能测) -链接:https://test.educoder.net/tasks/nilpzk5f34ya -获取链接地址:https://test-data.educoder.net/api/myshixuns/9uakizlso8/start.json -激活时间:https://test-data.educoder.net/api/myshixuns/9uakizlso8/active_pod.json -重置环境:https://test-data.educoder.net/api/myshixuns/9uakizlso8/reset_pod.json - -10. 交大云 -链接:https://test.educoder.net/tasks/eyugo7923hxf -获取链接地址:https://test-data.educoder.net/api/myshixuns/ijpzyrtfqv/start.json?position=1 (position命令行的位置) -激活时间:https://test-data.educoder.net/api/myshixuns/ijpzyrtfqv/active_pod.json?position=1 -重置环境: https://test-data.educoder.net/api/myshixuns/ijpzyrtfqv/reset_pod.json?position=1 - -11. windows云主机 -链接:https://test.educoder.net/tasks/erws5kijf9cf -获取链接地址:https://test-data.educoder.net/api/myshixuns/gqszl4u3ef/start.json -激活时间:https://test-data.educoder.net/api/myshixuns/gqszl4u3ef/active_pod.json -重置环境:https://test-data.educoder.net/api/myshixuns/gqszl4u3ef/reset_pod.json - -12.虚拟机 -链接:https://test.educoder.net/tasks/ir8p4ockhygt -获取链接地址:https://test-data.educoder.net/api/myshixuns/zo85g3lv2y/start.json -激活时间:https://test-data.educoder.net/api/myshixuns/zo85g3lv2y/active_pod.json -重置环境:https://test-data.educoder.net/api/myshixuns/zo85g3lv2y/reset_pod.json - -13. 阿里云Linux图形化 -链接:https://test.educoder.net/tasks/bhiv3eyfug56 -获取链接地址:https://test-data.educoder.net/api/myshixuns/zf6hb4pwnj/start.json -激活时间:https://test-data.educoder.net/api/myshixuns/zf6hb4pwnj/active_pod.json -重置环境:https://test-data.educoder.net/api/myshixuns/zf6hb4pwnj/reset_pod.json \ No newline at end of file