@@ -16,11 +16,6 @@ class WxController extends Controller {
const data = await this.service.appAuth(this.ctx.query);
this.ctx.ok(data);
}
- async sendTemplate() {
- const data = await this.service.sendTemplate(this.reqBody);
- this.ctx.ok(data);
- }
-
module.exports = CrudController(WxController, {});