kevin_zhangl 2 سال پیش
والد
کامیت
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);
     }