kevin_zhangl 2 лет назад
Родитель
Сommit
0ae6887ad1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      common/helpers/Logistics.php

+ 2 - 0
common/helpers/Logistics.php

@@ -149,6 +149,8 @@ class Logistics
         }
         $request['products'] = $products;
 
+        LoggerTool::debug($request);
+
         return $this->curl(self::createOrderUrl, $request);
     }