dengbiao 4 月之前
父節點
當前提交
f520aa8441
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/hdl/hdl_wx_open.go

+ 1
- 1
app/hdl/hdl_wx_open.go 查看文件

@@ -169,7 +169,7 @@ func GetPreAuthCode(c *gin.Context) {
authURL := baseURL + "?" + query.Encode()

// 设置JavaScript重定向
t ad c.Header("Content-Type", "text/html") //TODO::必须指定相应内容为 text/html, 否则浏览器不能正确解析
c.Header("Content-Type", "text/html") //TODO::必须指定相应内容为 text/html, 否则浏览器不能正确解析
c.String(200, `

<script>


Loading…
取消
儲存