Browse Source

同步组合支付

gorden 7 months ago
parent
commit
72640d4f2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/order/WholeController.php

+ 1 - 1
app/admin/controller/order/WholeController.php

@@ -561,7 +561,7 @@ class WholeController extends Curd
             dump(66);
             dump($data);
 
-            return json_success('', $data);
+            return json_success('', json_decode(json_encode($data)));
 
         } catch (\Exception $e) {
             dump($e->getMessage());