主要流程
codeZone 模式
1.获取环境列表 (获取基础环境列表)
2.通过环境 id 创建codeZone (创建codeZone)
3.通过 codeZoneId 获取 playgroundId (获取编辑CodeZone的Playground)
4.通过 playgroundId 获取 ticket (获取入场券)
fork codeZone 模式
1.fork codeZone (forkCodeZone)
2.通过 codeZoneId 获取 playgroundId (获取编辑CodeZone的Playground)
3.通过 playgroundId 获取 ticket (获取入场券)
鉴权示例 (token获取)
修改于 2022-06-22 06:07:41