songxingwei 3 years ago
parent
commit
6b4ce38e55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/User.php

+ 1 - 0
application/api/controller/User.php

@@ -352,6 +352,7 @@ class User extends Api
         if (!in_array($withdraw_type,array('weixin','zfb'))) $this->error('提现方式错误');
         if (!$money || $money<=0) $this->error('金额错误');
         $day = date('d');
+        echo $day;die;
         if ($day!='01' && $day!='15'){
             $this->error('每月1号和15号才可以提现');
         }