This commit is contained in:
gaoshuaixing
2022-02-21 16:46:28 +08:00
parent 4f6fb41a7a
commit fcf2833b53
6 changed files with 60 additions and 36 deletions

View File

@@ -35,15 +35,6 @@ class ExampleController extends BaseController {
this.sendSuccess(data);
}
async executeJS() {
const self = this;
const { ctx, service } = this;
const body = ctx.request.body;
const str = body.str;
let data = await service.example.executeJS(str);
self.sendSuccess(data);
}
/**
* 上传文件
*/