huangjiajun 4 个月前
父节点
当前提交
af5322f752
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/store/hdl/hdl_user.go

+ 1
- 1
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,


正在加载...
取消
保存