VIP order relation version

This commit is contained in:
Edward Yang 2023-03-24 11:40:22 +08:00
parent 12600ee14e
commit a9b39b1632
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
return [ return [
'api_url' => env('BEIKE_API_URL', 'https://beikeshop.com'), 'api_url' => env('BEIKE_API_URL', 'https://beikeshop.com'),
'version' => '1.3.4', 'version' => '1.3.4',
'build' => '20230318', 'build' => '20230324',
'admin_name' => env('ADMIN_NAME'), 'admin_name' => env('ADMIN_NAME'),
'force_url_https' => env('APP_FORCE_HTTPS', false), 'force_url_https' => env('APP_FORCE_HTTPS', false),