From 772b5299ca610adcc9652b437ca64c21c8437933 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 12 May 2020 10:04:44 +0800 Subject: [PATCH] 提交 --- src/HttpServer/jsonconf/jsonconf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index 9f25628..00cc915 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -39,7 +39,7 @@ func file_get_contents(path string) ([]byte, error) { func LoadJsonConf() error { //pconf := &GameConfig{} //加载第一个配置 - path := "./AchievementConfig.json" + path := "../jsonconf/AchievementConfig.json" content, err := file_get_contents(path) if err != nil { logger.Info("loadJsonConf failed1,err=%v", err) -- libgit2 0.21.0