From 97d0645a1c857fdf07cd16dae6456ebab91e1b09 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Sat, 3 Jun 2023 11:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/services/easywechat/miniPayment/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crmeb/services/easywechat/miniPayment/Client.php b/crmeb/services/easywechat/miniPayment/Client.php index 3a6bed48..efbee348 100644 --- a/crmeb/services/easywechat/miniPayment/Client.php +++ b/crmeb/services/easywechat/miniPayment/Client.php @@ -34,7 +34,7 @@ class Client extends BaseClient */ public function __construct(AccessToken $accessToken, Merchant $merchant) { - parent::__construct($accessToken); + parent::__construct($accessToken, app()); $this->merchant = $merchant; }