|
@@ -204,7 +204,6 @@ class UserWalletApply extends Model
|
|
} else {
|
|
} else {
|
|
$withDrawStatus = true;
|
|
$withDrawStatus = true;
|
|
}
|
|
}
|
|
- throw \Exception('$withDrawStatus'.$withDrawStatus);
|
|
|
|
if ($withDrawStatus) {
|
|
if ($withDrawStatus) {
|
|
$apply->status = 2;
|
|
$apply->status = 2;
|
|
$apply->actual_money = $apply->money;
|
|
$apply->actual_money = $apply->money;
|
|
@@ -262,7 +261,7 @@ class UserWalletApply extends Model
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
throw \Exception('提现信息不正确');
|
|
throw \Exception('提现信息不正确');
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ throw \Exception('sssss');
|
|
// 3.发起付款
|
|
// 3.发起付款
|
|
try {
|
|
try {
|
|
list($code, $response) = $pay->transfer($payload);
|
|
list($code, $response) = $pay->transfer($payload);
|
|
@@ -273,7 +272,7 @@ class UserWalletApply extends Model
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
- \think\Log::error('提现失败:' . ' 行号:' . $e->getLine() . '文件:' . $e->getFile() . '错误信息:' . $e->getMessage());
|
|
|
|
|
|
+ // \think\Log::error('提现失败:' . ' 行号:' . $e->getLine() . '文件:' . $e->getFile() . '错误信息:' . $e->getMessage());
|
|
throw \Exception($e->getMessage());
|
|
throw \Exception($e->getMessage());
|
|
}
|
|
}
|
|
return false;
|
|
return false;
|