huangjiajun 1 개월 전
부모
커밋
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,


불러오는 중...
취소
저장