|
@@ -57,8 +57,10 @@ func User(c *gin.Context) { |
|
|
} |
|
|
} |
|
|
func GdKey(c *gin.Context) { |
|
|
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_web_app_key") |
|
|
|
|
|
third_gd_web_app_secret := db.SysCfgGet(c, "third_gd_web_app_secret") |
|
|
res := map[string]string{ |
|
|
res := map[string]string{ |
|
|
"third_gd_web_app_key": third_gd_web_app_key, |
|
|
|
|
|
|
|
|
"third_gd_web_app_key": third_gd_web_app_key, |
|
|
|
|
|
"third_gd_web_app_secret": third_gd_web_app_secret, |
|
|
} |
|
|
} |
|
|
e.OutSuc(c, res, nil) |
|
|
e.OutSuc(c, res, nil) |
|
|
return |
|
|
return |
|
|