afa 6 hónapja
szülő
commit
e15acb0f7b
1 módosított fájl, 0 hozzáadás és 6 törlés
  1. 0 6
      application/api/controller/Airdrop.php

+ 0 - 6
application/api/controller/Airdrop.php

@@ -66,12 +66,6 @@ class Airdrop extends Api
     //超级福利
     public function setSuperWeal(UserWelfare $userWelfare, UserModel $userModel, ProductOrder $productOrder, LedgerWalletModel $ledgerWalletModel)
     {
-
-
-        $userModel::updateUserLevel(2768, 2765, 1);
-
-
-        dump(111);die;
         $row = $userWelfare::getIsWelfare();
         if(empty($row->is_super)) $this->error(__('暂未开启'));
         if($this->auth->is_super != $userModel::NewPeo) $this->error(__('您已领取'));