|
@@ -353,7 +353,7 @@ class User extends Api
|
|
|
if (!$money || $money<=0) $this->error('金额错误');
|
|
|
$day = date('d');
|
|
|
echo $day;
|
|
|
- if ($day!=1 || $day!=15){
|
|
|
+ if ($day!=01 || $day!=15){
|
|
|
$this->error('每月1号和15号才可以提现');
|
|
|
}
|
|
|
$result = Users::userWithdraw($user_id,$money,$withdraw_type);
|