Explorar el Código

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

evoxwht hace 3 años
padre
commit
001ba79fef
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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))