lrf402788946 4 년 전
부모
커밋
7ed6ae23d7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/controller/wechat.js

+ 0 - 1
app/controller/wechat.js

@@ -22,7 +22,6 @@ class WechatController extends Controller {
 
   // 取得微信getsign
   async getsign() {
-    console.log(this.ctx);
     const data = await this.ctx.service.weixin.getsign(this.ctx.query);
     this.ctx.ok({ data });
   }