From af5322f75202cf01be49a98134176de93fcf5b16 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 12 Oct 2024 11:42:25 +0800 Subject: [PATCH] 1 --- app/store/hdl/hdl_user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/hdl/hdl_user.go b/app/store/hdl/hdl_user.go index e789c13..5422a16 100644 --- a/app/store/hdl/hdl_user.go +++ b/app/store/hdl/hdl_user.go @@ -56,7 +56,7 @@ func User(c *gin.Context) { return } func GdKey(c *gin.Context) { - third_gd_web_app_key := db.SysCfgGet(c, "third_gd_web_app_key") + third_gd_web_app_key := db.SysCfgGet(c, "third_gd_js_app_key") third_gd_web_app_secret := db.SysCfgGet(c, "third_gd_web_app_secret") res := map[string]string{ "third_gd_web_app_key": third_gd_web_app_key,