瀏覽代碼

修改微信

lrf402788946 3 年之前
父節點
當前提交
e87eb079e1
共有 1 個文件被更改,包括 0 次插入5 次删除
  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, {});