kevin_zhangl %!s(int64=2) %!d(string=hai) anos
pai
achega
26ebeee2af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
             ->all();
 
-        LoggerTool::info($order);
+        LoggerTool::info(['order', $order]);
 
         if (!$order) {
             return static::notice('订单【' . $orderSn . '】不存在');