作者 Cool
1 个管道 的构建 通过 耗费 0 秒

支付调试

@@ -768,6 +768,6 @@ class Goods extends Api @@ -768,6 +768,6 @@ class Goods extends Api
768 $config = $payment->configForJSSDKPayment($prepayId); // 返回数组 768 $config = $payment->configForJSSDKPayment($prepayId); // 返回数组
769 return $this->success('预支付成功',$config); 769 return $this->success('预支付成功',$config);
770 } 770 }
771 - return $this->error('微信支付调用失败',$result); 771 + return $this->error('微信支付调用失败',[$result,$third]);
772 } 772 }
773 } 773 }