From 956f08f0a66dbba8c12ae203c6b5979123289797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=81=AA?= Date: Tue, 20 Apr 2021 18:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0=E7=9A=84?= =?UTF-8?q?=E7=BA=B8=E5=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/Yw56Platform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/Yw56Platform.php b/src/platforms/Yw56Platform.php index 274bc00..7769635 100644 --- a/src/platforms/Yw56Platform.php +++ b/src/platforms/Yw56Platform.php @@ -138,7 +138,7 @@ public function getPrintUrl(string $orderNumber, array $params = []): string $filePath = "/tmp/" . $fileName; $cli->get(sprintf("%s/service/users/%d/expresses/%s/%sLABEL", - $this->endpoint, $this->userId, $orderNumber, "A4L"), [ + $this->endpoint, $this->userId, $orderNumber, "A6L"), [ "save_to" => $filePath ]);