调试支付

This commit is contained in:
luofei 2023-06-03 11:41:32 +08:00
parent e09c7bb693
commit 97d0645a1c

View File

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