lvhao 1 dzień temu
rodzic
commit
131fec594f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/models/Model_express_tt.php

+ 1 - 1
core/CoreApp/models/Model_express_tt.php

@@ -441,7 +441,7 @@ class Model_express_tt extends Lin_Model {
                 $extra_text = json_decode($extra_text,true);
             }
             if(empty($extra_text['label_info'])){
-                $res = $this->getDetail($info,$shop_info[0]);
+                $res = $this->getDetail($info,$shop_info);
                 if($res['x'] == 0){
                     return $res;
                 }