huangjiajun 3 weeks ago
parent
commit
af5322f752
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/store/hdl/hdl_user.go

+ 1
- 1
app/store/hdl/hdl_user.go View File

@@ -56,7 +56,7 @@ func User(c *gin.Context) {
return return
} }
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_js_app_key")
third_gd_web_app_secret := db.SysCfgGet(c, "third_gd_web_app_secret") 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,


Loading…
Cancel
Save