فهرست منبع

达达增加调试信息

林琦海 5 سال پیش
والد
کامیت
9b1ced7c10
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      biz-ghs/express/services/DadaExpressServices.php

+ 4 - 0
biz-ghs/express/services/DadaExpressServices.php

@@ -41,6 +41,8 @@ class DadaExpressServices
         $sourceId = SjExpressClass::getSourceId($sjId);
         $orderParams = self::orderParams($orderInfo->attributes);
         $res = dada::addOrder($sourceId, $orderParams);
+        Yii::debug($orderParams);
+        Yii::debug($res);
         return $res;
     }
 
@@ -64,6 +66,8 @@ class DadaExpressServices
         $sourceId = SjExpressClass::getSourceId($sjId);
         $orderParams = self::orderParams($orderInfo);
         $res = dada::queryDeliverFee($sourceId, $orderParams);
+        Yii::debug($orderParams);
+        Yii::debug($res);
         return $res;
     }