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