소스 검색

修改微信

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