Silent 6 years ago
parent
commit
f707d58a6e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wechat/app.js

+ 1 - 0
wechat/app.js

xqd
@@ -30,6 +30,7 @@ App({
   login: function (info) {
     wx.login({
       success: res => {
+        console.log(info, res)
         wx.request({
           url: api.loginUrl,
           method: 'POST',