Browse Source

商家登录

master
Lemon 6 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', ''), 'img_host' => env('OSS_IMG_HOST', ''),
], ],
'lgoin' => [ 'lgoin' => [
'authkey' => env('LOGIN_AUTHKEY', ''),
'authkey' => env('STORE_LOGIN_AUTHKEY', ''),
], ],
]; ];
Loading…
Cancel
Save