kevin_zhangl 3 years ago
parent
commit
26ebeee2af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontendApi/modules/v1/controllers/ShopController.php

+ 1 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -468,7 +468,7 @@ class ShopController extends BaseController {
             ->asArray()
             ->asArray()
             ->all();
             ->all();
 
 
-        LoggerTool::info($order);
+        LoggerTool::info(['order', $order]);
 
 
         if (!$order) {
         if (!$order) {
             return static::notice('订单【' . $orderSn . '】不存在');
             return static::notice('订单【' . $orderSn . '】不存在');