Commit 66ee30a9 by 杨树贤

抽离配置

parent 0ba6e599
Showing with 6 additions and 2 deletions
......@@ -27,5 +27,8 @@ REDIS_READ_PORT=6379
GOODS_SERVER_URL=http://lc_server_goods.cc
NOTICE_TYPE_ID=
CASE_TYPE_ID=
CACHE_DRIVER=redis
QUEUE_DRIVER=sync
......@@ -14,6 +14,6 @@ return [
4 => '处理失败'
],
'faq_type_id' => 10,
'notice_type_id' => 10,
'case_type_id' => 10,
'notice_type_id' => env('NOTICE_TYPE_ID'),
'case_type_id' => env('CASE_TYPE_ID'),
];
\ 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