kevin_zhangl hace 2 años
padre
commit
2d19b96530
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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);
     }