diff --git a/app/hdl/hdl_set_center.go b/app/hdl/hdl_set_center.go index cf4a8e1..43712b6 100644 --- a/app/hdl/hdl_set_center.go +++ b/app/hdl/hdl_set_center.go @@ -477,8 +477,8 @@ func ShareIndex(c *gin.Context) { } e.OutSuc(c, md.ShareIndexResp{ MasterId: masterId, - AgentDomain: "https://" + agentDomain, - MediumDomain: "https://" + mediumDomain, + AgentDomain: "http://" + agentDomain, + MediumDomain: "http://" + mediumDomain, }, nil) return }