Browse Source

wst测试

kevin_zhangl 2 năm trước cách đây
mục cha
commit
2d19b96530
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

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