浏览代码

wst测试

kevin_zhangl 3 年之前
父节点
当前提交
2d19b96530
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);
     }
     }