kevin_zhangl 3 năm trước cách đây
mục cha
commit
0ae6887ad1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);
     }