wupengfei 1 سال پیش
والد
کامیت
e055b3c0b8
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 1
      addons/shopro/model/UserWalletApply.php
  2. 0 1
      application/admin/controller/shopro/UserWalletApply.php

+ 2 - 1
addons/shopro/model/UserWalletApply.php

@@ -261,7 +261,8 @@ class UserWalletApply extends Model
         } catch (\Exception $e) {
         } catch (\Exception $e) {
             throw \Exception('提现信息不正确');
             throw \Exception('提现信息不正确');
         }
         }
-        // 3.发起付款 
+        // 3.发起付款
+        var_dump(999999);
         try {
         try {
             list($code, $response) = $pay->transfer($payload);
             list($code, $response) = $pay->transfer($payload);
             if ($code === 1) {
             if ($code === 1) {

+ 0 - 1
application/admin/controller/shopro/UserWalletApply.php

@@ -218,7 +218,6 @@ class UserWalletApply extends Base
                         break;
                         break;
                     case '3':
                     case '3':
                         WithDraw::handleAgree($apply);
                         WithDraw::handleAgree($apply);
-                        var_dump(6666666);
                         WithDraw::handleWithdraw($apply);
                         WithDraw::handleWithdraw($apply);
                         $apply->status === 2 ? $successCount++ : $failedCount++;
                         $apply->status === 2 ? $successCount++ : $failedCount++;
                         break;
                         break;