Ver Fonte

修改微信

lrf402788946 há 3 anos atrás
pai
commit
e87eb079e1
1 ficheiros alterados com 0 adições e 5 exclusões
  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, {});