Browse Source

APP小程序-注册登录功能改进-注册绑定邀请人

xupuyuan 11 months ago
parent
commit
21ed61606b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/controller/api/Auth.php

+ 0 - 1
app/controller/api/Auth.php

@@ -593,7 +593,6 @@ class Auth extends BaseController
593 593
 
594 594
         Cache::zincrby('s_top_' . date('Y-m'), 1, $spreadUid);
595 595
         Cache::zincrby('s_top_' . monday(), 1, $spreadUid);
596
-        $this->spread_log($user, $spreadUid);
597 596
         return app('json')->success('绑定成功');
598 597
 
599 598
     }