quguofeng 2 years ago
parent
commit
4eef91ea73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/api/Auth.php

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

@@ -432,6 +432,7 @@ class Auth extends BaseController
             //一级注册折扣百分比
             $store_percentage->deduction_percentage(1,$user->uid,$user->order_id);
             $p_user = $repository->get($pid);
+            //二级注册折扣百分比
             if($p_user->order_id){
                 $store_percentage->deduction_percentage(2,$user->uid,$p_user->order_id);
             }