lrf402788946 hace 4 años
padre
commit
7ed6ae23d7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 });
   }