Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 445 Bytes

ide.md

File metadata and controls

18 lines (16 loc) · 445 Bytes

IDE API

提交代码

请求 POST /api/ide_submit
请求主体 application/x-www-form-urlencoded (IDESubmitRequest)
响应主体 application/json ({ status: number; data: { rid: number; }; })