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; }