kevin_zhangl 2 lat temu
rodzic
commit
2d19b96530
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      common/helpers/Logistics.php

+ 2 - 0
common/helpers/Logistics.php

@@ -129,6 +129,8 @@ class Logistics
             ],
             ],
         ];
         ];
 
 
+        LoggerTool::info(['actionLogisticsOrder', $request]);
+
         return $this->curl(self::createOrderUrl, $request);
         return $this->curl(self::createOrderUrl, $request);
     }
     }