Commit 7e557ebd by xqzhao@gongsibao.com

代码格式化

parent 9ce7f4dc
......@@ -406,8 +406,8 @@ class EcloudsignService extends ServiceBase {
console.log("程序执行完毕");
result.code = body.meta.code;
result.mes = body.meta.message;
let ss = await this.ossClient.upfile("测试","/mnt/output-1.pdf");
result.data = ss.url
let ss = await this.ossClient.upfile("测试", "/mnt/output-1.pdf");
result.data = ss.url;
return result;
}
......
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