修复商户后台的bugs,可正常运行

This commit is contained in:
kongyuebin
2021-11-11 21:57:13 +08:00
parent 5c43b3108a
commit ba02a72f55
8 changed files with 21 additions and 148 deletions

View File

@@ -14,4 +14,11 @@ filepath= ./logs/jhmerchant.log
#separate="["emergency", "alert", "critical", "error", "warning", "notice", "info", "debug"]"
separate="["emergency","alert","critical","error","warning","notice","info","debug"]"
#日志保存最大天数
maxdays=10
maxdays=10
[mysql]
dbhost = localhost
dbport = 3306
dbuser = root
dbpasswd = Kyb^15273031604
dbbase = juhe_pay

View File

@@ -1,18 +0,0 @@
/***************************************************
** @Desc : This file for ...
** @Time : 2019/10/26 15:30
** @Author : yuebin
** @File : conf_pro
** @Last Modified by : yuebin
** @Last Modified time: 2019/10/26 15:30
** @Software: GoLand
****************************************************/
package conf
const (
DB_HOST = "localhost"
DB_PORT = "3306"
DB_USER = "root"
DB_PASSWORD = "Kyb^15273031604"
DB_BASE = "juhe_pay"
)