参数:
code =<?php echo time(); 你的代码
token = xxxx 您的token
code_type = 代码类型
返回:
{ "msg": "ok", "code": 1, "data": { "result": "1532220890", "open_hash": "http://tool.apizl.cn/dev/runCode/d95f9320b7d72f76f6a85b402c37f128.html", "run_time": 3.828 } }
code_type类型:
'php' => ['php:5.3', 'php:5.4', 'php:5.5', 'php:5.6', 'php:7'], 'python' => ['python:2', 'python:3'], 'java' => ['java:7', 'java:8', 'java:9'], 'node' => ['node:7'], 'ruby' => ['ruby:2.1'], 'bash-shell' => ['bash:4.4'], 'golang' => ['golang'], 'C | C98' => ['c'], 'Swift' => ['swift'], 'C++' => ['c++'],