Commit b8b13e98 authored by daidekun's avatar daidekun

增加红包系统

parent 5d6b7044
......@@ -92,6 +92,10 @@ elif [[ $database_name = 'sms-center' ]]; then
# 短信中心
sys_table_list='current_index merchant merchant_config sms_content sms_platform'
port='3311'
elif [[ $database_name = 'redpacket' ]]; then
# 红包系统
sys_table_list=''
port='3311'
elif [[ $database_name = 'spider_center' ]]; then
# 授信中心
sys_table_list='merchant merchant_config notify_message'
......
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 to comment