@@ -78,6 +78,8 @@ module.exports = app => {
});
const { openid, errcode } = wxRes.data;
+ console.log('openid', openid);
+
if (errcode || !openid) throw '微信授权登录失败';