Browse Source

增加调试信息

kevin_zhangl 2 years ago
parent
commit
550117b59c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontendApi/modules/v1/controllers/ShopController.php

+ 1 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -467,7 +467,7 @@ class ShopController extends BaseController {
     public function actionLogistics()
     {
         $orderSn = \Yii::$app->request->post('sn');
-
+        LoggerTool::info($orderSn);
         // TODO:发送物流接口
         $order = Order::find()
             ->alias('O')