diff --git a/app/Service/v3/Implementations/StoreLoginService.php b/app/Service/v3/Implementations/StoreLoginService.php index 7cb4954..abbed09 100644 --- a/app/Service/v3/Implementations/StoreLoginService.php +++ b/app/Service/v3/Implementations/StoreLoginService.php @@ -32,7 +32,7 @@ class StoreLoginService implements StoreLoginServiceInterface function stringHash($password,$salt) { - $authkey = config('lgoin.authkey'); + $authkey = config('login.authkey'); $password = "{$password}-{$salt}-{$authkey}"; return sha1($password); } diff --git a/config/config.php b/config/config.php index 8654778..4b89b60 100644 --- a/config/config.php +++ b/config/config.php @@ -52,7 +52,7 @@ return [ 'alioss' => [ 'img_host' => env('OSS_IMG_HOST', ''), ], - 'lgoin' => [ + 'login' => [ 'authkey' => env('STORE_LOGIN_AUTHKEY', ''), ], 'map' => [