ソースを参照

修复支付问题

chenxiqiang 6 年 前
コミット
27dfddd5d3
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      manage-server/app/Http/Controllers/PaymentController.php

+ 1
- 1
manage-server/app/Http/Controllers/PaymentController.php ファイルの表示

@@ -24,7 +24,7 @@ class PaymentController extends Controller
24 24
 
25 25
         if ($wechat_id && $order) {
26 26
             $order_id = $order_type . "_" . $order_id;
27
-            $app = EasyWeChat::payment();
27
+            $app = app('wechat.payment');
28 28
             $result = $app->order->unify([
29 29
                 'body' => '玥子轩家政',
30 30
                 'out_trade_no' => $order_id,

Loading…
キャンセル
保存