|
@@ -158,7 +158,7 @@ class UserWalletApply extends Model
|
|
if ($type !== 'bank' && $config['wechat_alipay_auto']) {
|
|
if ($type !== 'bank' && $config['wechat_alipay_auto']) {
|
|
$autoCheck = true;
|
|
$autoCheck = true;
|
|
}
|
|
}
|
|
- var_dump(66666);
|
|
|
|
|
|
+
|
|
if ($autoCheck) {
|
|
if ($autoCheck) {
|
|
$apply = self::handleAgree($apply);
|
|
$apply = self::handleAgree($apply);
|
|
$apply = self::handleWithdraw($apply);
|
|
$apply = self::handleWithdraw($apply);
|