Commit 86797b8c by 杨树贤

进行基本的配置

parent 00da6055
Showing with 11 additions and 0 deletions
...@@ -12,3 +12,9 @@ DB_PASSWORD=secret ...@@ -12,3 +12,9 @@ DB_PASSWORD=secret
CACHE_DRIVER=file CACHE_DRIVER=file
QUEUE_DRIVER=sync QUEUE_DRIVER=sync
//系统编码,用于生成错误码
SYSTEM_CODE=09
//系统名称,用于告警识别
SYSTEM_NAME=IC业务助手福利中心服务
...@@ -14,3 +14,7 @@ ...@@ -14,3 +14,7 @@
$router->get('/', function () use ($router) { $router->get('/', function () use ($router) {
return $router->app->version(); return $router->app->version();
}); });
$router->get('/key', function() {
return str_random(32);
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment