lvhao 1 tháng trước cách đây
mục cha
commit
3122797cdc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/CoreApp/models/Model_yuntu.php

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

@@ -417,7 +417,7 @@ class Model_yuntu extends Lin_Model
            'waybill_numbers'=> $waybill_numbers,
        ];
        $url ="/v1/order/last-mile/get";
-       $res = $this->sendPost($url,$query,$token);
+       $res = $this->sendNewPost($url,$query,$token);
        return $res;
        
     }