Kirin 3 years ago
parent
commit
9fa0d89f19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/PublicController.php

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

@@ -121,6 +121,7 @@ class PublicController
                         'add_time' => time()
                     ]
                 ) && User::where('uid', $spread)->inc('achievement', 3000)->update();
+            UserLevel::setLevelComplete($spread);
             $spread = User::where('uid', $spread)->value('spread_uid');
         }
         return $res;