huangjiajun 3 週之前
父節點
當前提交
561c7ee270
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      app/store/hdl/hdl_user.go

+ 3
- 1
app/store/hdl/hdl_user.go 查看文件

@@ -57,8 +57,10 @@ func User(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_secret := db.SysCfgGet(c, "third_gd_web_app_secret")
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)
return


Loading…
取消
儲存