1.选择图片&上传
2.图片链接
名称 大小 状态 链接

this is about

404 NOT FOUND
1, "msg" => "uri错误", "data" => [] ]); call_user_func($func); } } function echo_json($data) { header('Content-Type: application/json; charset=utf-8'); echo json_encode($data, JSON_UNESCAPED_UNICODE); die; } function api_test() { echo_json([ "code" => 0, "msg" => "test", "data" => [] ]); } function api_upload() { echo_json([ "code" => 0, "msg" => "success", "data" => [ "id" => $_POST["id"], "src" => 123 ] ]); } // api func end ?>