kevin_zhangl 2 سال پیش
والد
کامیت
4f7a3734fb
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      common/helpers/Logistics.php

+ 3 - 0
common/helpers/Logistics.php

@@ -91,6 +91,9 @@ class Logistics
             'agent_id' => Yii::$app->params['wst']['agentId'],
         ];
 
+
+        LoggerTool::info(['curl', $this->getDomain() . self::authenticationUrl, $this->getDomain() . self::createOrderUrl]);
+
         $ch = curl_init($this->getDomain() . self::authenticationUrl);
         header('Content-Type: application/json');
         $authorization = "Authorization: Basic " . Yii::$app->params['wst']['baseToken'];