Browse Source

商家登录

master
Lemon 5 years ago
parent
commit
208cb3f305
  1. 2
      config/config.php

2
config/config.php

@ -53,6 +53,6 @@ return [
'img_host' => env('OSS_IMG_HOST', ''),
],
'lgoin' => [
'authkey' => env('LOGIN_AUTHKEY', ''),
'authkey' => env('STORE_LOGIN_AUTHKEY', ''),
],
];
Loading…
Cancel
Save