Commit a587fa1c authored by ckx's avatar ckx

项目上传

parent 00038076
...@@ -69,7 +69,7 @@ public class ProjectUploadImpl implements ProjectUpload { ...@@ -69,7 +69,7 @@ public class ProjectUploadImpl implements ProjectUpload {
// 关闭连接 // 关闭连接
connection.disconnect(); connection.disconnect();
return Result.success("response"); return Result.success(response.toString());
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment