瀏覽代碼

update

master
dengbiao 8 月之前
父節點
當前提交
b7341ce5c4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      rule/mw/mw_db.go

+ 1
- 1
rule/mw/mw_db.go 查看文件

@@ -27,7 +27,7 @@ func GetMasterId(baseDb *xorm.Engine, c *gin.Context) (masterId string) {
masterId = svc.GetWebSiteDomainMasterId(baseDb, md.PLATFORM_WAP, c.Request.Host)
}
}
if masterId == "" && c.GetHeader("Platform") == md.PLATFORM_WAP { // H5 要根据域名去获取mid
if masterId == "" && c.GetHeader("Platform") == md.PLATFORM_PC { // H5 要根据域名去获取mid
hostList := strings.Split(c.Request.Host, ".")
if isNumeric(hostList[0]) {
masterId = hostList[0]


Loading…
取消
儲存