提交新项目

This commit is contained in:
kongyuebin
2019-12-19 14:47:58 +08:00
parent 7ba20ac1b9
commit f29066a984
609 changed files with 238892 additions and 0 deletions

18
service/conf/config.go Normal file
View File

@@ -0,0 +1,18 @@
/***************************************************
** @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 = ""
// DB_BASE = "juhe_pay"
//)