lrf402788946 hace 3 años
padre
commit
e87eb079e1
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      app/controller/wx.js

+ 0 - 5
app/controller/wx.js

@@ -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, {});