dever 6 năm trước cách đây
mục cha
commit
ead9b2f998
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Applet.php

+ 1 - 1
src/Applet.php

@@ -178,7 +178,7 @@ class Applet extends Base
             $vinfo = Dever::db('passport/wechat')->one($vid);
             $session_key = $vinfo['session_key'];
             
-            $data = $this->getWchatData($session_key);
+            $data = $this->getWechatData($session_key);
             if ($data && $data['mobile']) {
                 $mobile = $data['mobile'];
                 $phoneNumber = $data['phone'];