lvhao 1 day ago
parent
commit
9c67156927
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/CoreApp/models/Model_apittv1.php

+ 0 - 2
core/CoreApp/models/Model_apittv1.php

@@ -119,8 +119,6 @@ class Model_apittv1 extends Lin_Model {
 
 
        // $link .= '?shop_cipher='.$shop['shop_cipher'].'&app_key='.$shop['app_key'].'&timestamp='.$time."&document_type=SHIPPING_LABEL";
        // $link .= '?shop_cipher='.$shop['shop_cipher'].'&app_key='.$shop['app_key'].'&timestamp='.$time."&document_type=SHIPPING_LABEL";
         $url = $url.$link."?".http_build_query($querys);
         $url = $url.$link."?".http_build_query($querys);
-        echo $url;
-        die;
         $headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
         $headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
 		$url .= $link.'&sign='.$sign;
 		$url .= $link.'&sign='.$sign;
 		$res = $this->reqGet($url,$headers);
 		$res = $this->reqGet($url,$headers);