回滚验证码缓存
This commit is contained in:
parent
265870715f
commit
f80bbcd2d8
@ -35,7 +35,7 @@ return [
|
||||
],
|
||||
'cache' => [
|
||||
//若您使用了框架,并且想使用类似于redis这样的缓存驱动,则应换成框架的中的缓存驱动
|
||||
'constructor' => [think\Facade\Cache::class, 'instance'],
|
||||
'constructor' => \Fastknife\Utils\CacheUtils::class,
|
||||
'method' => [
|
||||
//遵守PSR-16规范不需要设置此项(tp6, laravel,hyperf)。如tp5就不支持(tp5缓存方法是rm,所以要配置为"delete" => "rm")
|
||||
/**
|
||||
|
@ -34,7 +34,7 @@ class Client extends BaseClient
|
||||
*/
|
||||
public function __construct(AccessToken $accessToken, Merchant $merchant)
|
||||
{
|
||||
parent::__construct($accessToken, app());
|
||||
parent::__construct($accessToken);
|
||||
$this->merchant = $merchant;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user