Browse Source

更新

master
huangjiajun 1 month ago
parent
commit
578e0cc560
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 1
app/hdl/hdl_set_center.go View File

@@ -35,7 +35,7 @@ func ShareIndex(c *gin.Context) {
user := svc.GetUser(c)
e.OutSuc(c, md.ShareIndexResp{
MasterId: masterId,
MediumDomain: "https://" + mediumDomain + "/#/?agent_id=" + utils.IntToStr(user.AgentId),
MediumDomain: "http://" + mediumDomain + "/#/?agent_id=" + utils.IntToStr(user.AgentId),
}, nil)
return
}

Loading…
Cancel
Save