Bladeren bron

【程序目录】微信提现到零钱优化,需要后台审核才能打款,微信提现到零钱不需要输入微信号以及上传收款码

evoxwht 3 jaren geleden
bovenliggende
commit
001ba79fef
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 2
      crmeb/app/api/controller/v1/user/UserExtractController.php

+ 0 - 2
crmeb/app/api/controller/v1/user/UserExtractController.php

@@ -72,8 +72,6 @@ class UserExtractController
         } else if ($extractInfo['extract_type'] == 'bank') {
             if (!$extractInfo['cardnum']) return app('json')->fail('请输入银行卡账号');
             if (!$extractInfo['bankname']) return app('json')->fail('请输入开户行信息');
-        } else if ($extractInfo['extract_type'] == 'weixin') {
-            if (!$extractInfo['weixin']) return app('json')->fail('请输入微信账号');
         }
         $uid = (int)$request->uid();
         if ($this->services->cash($uid, $extractInfo))