lrf402788946 4 năm trước cách đây
mục cha
commit
7ed6ae23d7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 });
   }