lrf402788946 hace 4 años
padre
commit
a54192fb08
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/service/weixin.js

+ 0 - 1
app/service/weixin.js

@@ -275,7 +275,6 @@ class WeixinAuthService extends AxiosService {
       dataType: 'json',
       data: JSON.stringify(requestData),
     });
-    console.error(res);
   }
 
 }