Skip to content

Commit

Permalink
修改打印的纸张
Browse files Browse the repository at this point in the history
  • Loading branch information
icowan committed Apr 20, 2021
1 parent 03bf862 commit 956f08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/Yw56Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
]);

Expand Down

0 comments on commit 956f08f

Please sign in to comment.