From c6e42ac8a9d61d9a4595a4d3935f5be9b1fff154 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sun, 29 Sep 2024 14:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/hdl/hdl_set_center.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }