songxingwei 3 vuotta sitten
vanhempi
commit
17aee936f0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      application/api/controller/User.php

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

@@ -356,6 +356,7 @@ class User extends Api
         if ($day!=01 || $day!=15){
             $this->error('每月1号和15号才可以提现');
         }
+        echo 222;die;
         $result = Users::userWithdraw($user_id,$money,$withdraw_type);
         if ($result['code']){
             $this->success($result['msg']);