wupengfei 2 роки тому
батько
коміт
acd6388ea1

+ 1 - 1
addons/shopro/library/PayService.php

@@ -189,7 +189,7 @@ class PayService
             case 'wechat':
                 $payload['amount'] = $payload['amount'] * 100;
                 $response = Pay::wechat($this->config)->transfer($payload);
-                var_dump($response);
+                throw \Exception($response);
                 if ($response['return_code'] === 'SUCCESS' && $response['result_code'] === 'SUCCESS') {
                     $code = 1;
                 }

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

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