dever 3 年之前
父节点
当前提交
81e2f5c628
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Applet.php

+ 1 - 1
src/Applet.php

@@ -212,7 +212,7 @@ class Applet extends Base
             if (!$uid) {
                 $uid = $this->reg('applet', $system_source, $data);
                 if ($state) {
-                    Dever::score($info['id'], 'bind_wechat', '用户微信授权');
+                    Dever::score($uid, 'bind_wechat', '用户微信授权');
                 }
             }