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', '用户微信授权');
                 }
             }