瀏覽代碼

更新

master
huangjiajun 1 月之前
父節點
當前提交
0afc1329ed
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      app/hdl/hdl_set_center.go

+ 2
- 2
app/hdl/hdl_set_center.go 查看文件

@@ -477,8 +477,8 @@ func ShareIndex(c *gin.Context) {
}
e.OutSuc(c, md.ShareIndexResp{
MasterId: masterId,
AgentDomain: agentDomain,
MediumDomain: mediumDomain,
AgentDomain: "https://" + agentDomain,
MediumDomain: "https://" + mediumDomain,
}, nil)
return
}


Loading…
取消
儲存