wupengfei 1 tahun lalu
induk
melakukan
e055b3c0b8

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

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

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

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