Ken 6 天之前
父節點
當前提交
b25e4f6533
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/Services/PaymentOrderService.php

+ 2 - 1
app/Services/PaymentOrderService.php

@@ -119,7 +119,8 @@ class PaymentOrderService extends BaseService
             'total_amount' => $totalAmount,
             'total_success' => $totalSuccess,
             'total_fail' => $totalFail,
-            'data' => $list];
+            'data' => $list
+        ];
     }
 
     /**